Uses of Interface
org.mockito.internal.exceptions.VerificationAwareInvocation
-
Packages that use VerificationAwareInvocation Package Description org.mockito.exceptions Exception messages, exception hierarchies.org.mockito.internal.exceptions.util org.mockito.internal.invocation Invocation and related classes. -
-
Uses of VerificationAwareInvocation in org.mockito.exceptions
Method parameters in org.mockito.exceptions with type arguments of type VerificationAwareInvocation Modifier and Type Method Description void
Reporter. noMoreInteractionsWanted(Invocation undesired, java.util.List<VerificationAwareInvocation> invocations)
-
Uses of VerificationAwareInvocation in org.mockito.internal.exceptions.util
Method parameters in org.mockito.internal.exceptions.util with type arguments of type VerificationAwareInvocation Modifier and Type Method Description java.lang.String
ScenarioPrinter. print(java.util.List<VerificationAwareInvocation> invocations)
-
Uses of VerificationAwareInvocation in org.mockito.internal.invocation
Classes in org.mockito.internal.invocation that implement VerificationAwareInvocation Modifier and Type Class Description class
InvocationImpl
Method call on a mock object.
-