b9c81b0ced
* BAEL-4706 - Spring Boot with Spring Batch * BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite changed * BAEL-4736 - Convert JSONArray to List of Object using camel-jackson * BAEL-4756 - Mockito MockSettings Co-authored-by: Jonathan Cook <jcook@sciops.esa.int> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Relevant articles
- Mockito’s Java 8 Features
- Lazy Verification with Mockito 2
- Mockito Strict Stubbing and The UnnecessaryStubbingException
- Mockito and Fluent APIs
- Mocking the ObjectMapper readValue() Method
- Introduction to Mockito’s AdditionalAnswers
- Mockito – Using Spies
- Using Mockito ArgumentCaptor
- Difference Between when() and doXxx() Methods in Mockito