JAVA-13606 Remove mention of Mockito 2 as a separate library (#12571)

This commit is contained in:
anuragkumawat 2022-08-06 18:35:30 +05:30 committed by GitHub
parent 717e3fafdb
commit eb91f373ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
### Relevant articles
- [Mockitos Java 8 Features](https://www.baeldung.com/mockito-2-java-8)
- [Lazy Verification with Mockito 2](https://www.baeldung.com/mockito-2-lazy-verification)
- [Lazy Verification with Mockito](https://www.baeldung.com/mockito-2-lazy-verification)
- [Mockito Strict Stubbing and The UnnecessaryStubbingException](https://www.baeldung.com/mockito-unnecessary-stubbing-exception)
- [Mockito and Fluent APIs](https://www.baeldung.com/mockito-fluent-apis)
- [Mocking the ObjectMapper readValue() Method](https://www.baeldung.com/mockito-mock-jackson-read-value)