Snippets tagged “never”
1 snippet uses this tag.
- How to verify that a specific method was not called using Mockito?Java
To verify that a specific method was not called using Mockito, you can use the verifyZeroInteractions method.
1 snippet uses this tag.
To verify that a specific method was not called using Mockito, you can use the verifyZeroInteractions method.