6b0c4b9a80
* JAVA-26760: Updated and standardized the junit-jupiter-engine library * JAVA-26760: Updated and standardized the mockito-junit-jupiter library * fix mockito-junit-jupiter properties * fix maven-custom-plugin/usage-example properties * Fix quarkus-funqy * JAVA-26760: Fix NamespacedHierarchicalStore error in junit |
||
---|---|---|
.. | ||
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
- Difference Between when() and doXxx() Methods in Mockito
- Overview of Mockito MockSettings
- Testing Callbacks with Mockito
- Quick Guide to BDDMockito