* BAEL-17703 Fix the integrations tests in mockito - Upgraded power-mockito api 2 jar - Renamed many IntegrationTests back to UnitTests as they do not require any integration components * BAEL-17703 Fix the integrations tests in mockito -Renamed MockFinals to MockFinalsUnitTest so that it can be picked by builds
=========
Mockito Cookbooks and Examples
Relevant Articles:
- Mockito Verify Cookbook
 - Mockito When/Then Cookbook
 - Mockito – Using Spies
 - Getting Started with Mockito @Mock, @Spy, @Captor and @InjectMocks
 - Mockito’s Mock Methods
 - Introduction to PowerMock
 - Mocking Exception Throwing using Mockito
 - Mocking Void Methods with Mockito
 - Mocking of Private Methods Using PowerMock
 - Mock Final Classes and Methods with Mockito
 - Hamcrest Custom Matchers
 - Hamcrest Common Core Matchers
 - Testing Callbacks with Mockito
 - Using Hamcrest Number Matchers
 - Quick Guide to BDDMockito
 - Hamcrest Bean Matchers
 - Hamcrest Object Matchers
 - Hamcrest File Matchers
 - Hamcrest Text Matchers
 - Testing Callbacks with Mockito