Update README.md

changed the expired link https://www.baeldung.com/mockito-2-lazy-verification to correct link https://www.baeldung.com/mockito-lazy-verification
This commit is contained in:
Asjad J 2022-09-04 06:07:40 +05:00 committed by GitHub
parent a537128503
commit 6b1e4f6f68
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](https://www.baeldung.com/mockito-2-lazy-verification)
- [Lazy Verification with Mockito 2](https://www.baeldung.com/mockito-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)