Searched refs:NoMoreInteractions (Results 1 – 4 of 4) sorted by relevance
31 NoMoreInteractions n = new NoMoreInteractions(); in shouldVerifyInOrder()46 NoMoreInteractions n = new NoMoreInteractions(); in shouldVerifyInOrderAndPass()59 NoMoreInteractions n = new NoMoreInteractions(); in shouldVerifyInOrderMultipleInvoctions()73 NoMoreInteractions n = new NoMoreInteractions(); in shouldVerifyInOrderMultipleInvoctionsAndThrow()87 NoMoreInteractions n = new NoMoreInteractions(); in noMoreInteractionsExceptionMessageShouldDescribeMock()108 NoMoreInteractions n = new NoMoreInteractions(); in noMoreInteractionsInOrderExceptionMessageShouldDescribeMock()
32 public static NoMoreInteractions noMoreInteractions() { in noMoreInteractions()33 return new NoMoreInteractions(); in noMoreInteractions()
21 public class NoMoreInteractions implements VerificationMode, VerificationInOrderMode { class
108 … return !(verificationMode instanceof AtMost || verificationMode instanceof NoMoreInteractions); in canRecoverFromFailure()