05b7e933bd
* Added parent module on poms that have no parent defined * Removed dependency reduced pom from undertow module * Added new parent pom * initial clean up of child poms * Added new parent pom * [BAEL-5247] - New Parents in the tutorials repo |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
Mockito Cookbooks and Examples
Relevant Articles:
- Mockito Verify Cookbook
- Mockito When/Then Cookbook
- Mockito – Using Spies
- 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 Text Matchers
- Hamcrest File Matchers
- Hamcrest Custom Matchers