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:
parent
a537128503
commit
6b1e4f6f68
|
@ -1,7 +1,7 @@
|
||||||
### Relevant articles
|
### Relevant articles
|
||||||
|
|
||||||
- [Mockito’s Java 8 Features](https://www.baeldung.com/mockito-2-java-8)
|
- [Mockito’s 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 Strict Stubbing and The UnnecessaryStubbingException](https://www.baeldung.com/mockito-unnecessary-stubbing-exception)
|
||||||
- [Mockito and Fluent APIs](https://www.baeldung.com/mockito-fluent-apis)
|
- [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)
|
- [Mocking the ObjectMapper readValue() Method](https://www.baeldung.com/mockito-mock-jackson-read-value)
|
||||||
|
|
Loading…
Reference in New Issue