Hello people. When I put a "VerificationModeFactory.times(2)" in test before, when I run all tests of the class appears this exception:
org.mockito.exceptions.verification.WantedButNotInvoked: Wanted but not invoked: serviceService.getServices();
If I run each test separately or remove "VerificationModeFactory.times(2)" all works.
It's very weird. Could anybody help me?