Searched refs:verificationStarted (Results 1 – 7 of 7) sorted by relevance
32 mockingProgress.verificationStarted(mode); in shouldStartVerificationAndPullVerificationMode()41 mockingProgress.verificationStarted(VerificationModeFactory.atLeastOnce()); in shouldCheckIfVerificationWasFinished()43 mockingProgress.verificationStarted(VerificationModeFactory.atLeastOnce()); in shouldCheckIfVerificationWasFinished()
30 p.verificationStarted(new DummyVerificationMode()); in shouldShareState()
24 void verificationStarted(VerificationMode verificationMode); in verificationStarted() method
74 public void verificationStarted(VerificationMode verify) {
77 mockingProgress().verificationStarted(verificationMode); in handle()
48 mockingProgress().verificationStarted(VerificationModeFactory.atLeastOnce()); in should_remove_verification_mode_even_when_invalid_matchers()
103 …mockingProgress.verificationStarted(new MockAwareVerificationMode(mock, actualMode, mockingProgres… in verify()