2019-10-31 20:43:47 -05:00
|
|
|
|
### Relevant articles
|
|
|
|
|
|
|
|
|
|
- [Mockito’s Java 8 Features](https://www.baeldung.com/mockito-2-java-8)
|
|
|
|
|
- [Lazy Verification with Mockito 2](https://www.baeldung.com/mockito-2-lazy-verification)
|
|
|
|
|
- [Mockito Strict Stubbing and The UnnecessaryStubbingException](https://www.baeldung.com/mockito-unnecessary-stubbing-exception)
|
2019-12-19 18:34:18 +08:00
|
|
|
|
- [Mockito and Fluent APIs](https://www.baeldung.com/mockito-fluent-apis)
|
2020-04-24 22:28:04 -05:00
|
|
|
|
- [Mocking the ObjectMapper readValue() Method](https://www.baeldung.com/mockito-mock-jackson-read-value)
|
2020-07-27 12:01:55 +03:00
|
|
|
|
- [Introduction to Mockito’s AdditionalAnswers](https://www.baeldung.com/mockito-additionalanswers)
|
|
|
|
|
- [Mockito – Using Spies](https://www.baeldung.com/mockito-spy)
|
2020-08-20 13:07:18 +08:00
|
|
|
|
- [Using Mockito ArgumentCaptor](https://www.baeldung.com/mockito-argumentcaptor)
|
2020-09-16 23:48:50 +08:00
|
|
|
|
- [Difference Between when() and doXxx() Methods in Mockito](https://www.baeldung.com/java-mockito-when-vs-do)
|
2021-01-28 01:11:32 +08:00
|
|
|
|
- [Overview of Mockito MockSettings](https://www.baeldung.com/mockito-mocksettings)
|