Uses of Class
mockit.internal.expectations.invocation.ExpectedInvocation
Packages that use ExpectedInvocation
-
Uses of ExpectedInvocation in mockit.internal.expectations.invocation
Methods in mockit.internal.expectations.invocation with parameters of type ExpectedInvocationModifier and TypeMethodDescriptionvoid
ExpectedInvocation.copyDefaultReturnValue
(ExpectedInvocation other) InvocationConstraints.errorForMissingExpectations
(ExpectedInvocation invocation, List<ExpectedInvocation> nonMatchingInvocations) boolean
ExpectedInvocation.isMatch
(ExpectedInvocation other) InvocationConstraints.verifyLowerLimit
(ExpectedInvocation invocation, int lowerLimit) InvocationConstraints.verifyUpperLimit
(ExpectedInvocation invocation, Object[] replayArgs, int upperLimit) Method parameters in mockit.internal.expectations.invocation with type arguments of type ExpectedInvocationModifier and TypeMethodDescriptionInvocationConstraints.errorForMissingExpectations
(ExpectedInvocation invocation, List<ExpectedInvocation> nonMatchingInvocations) ExpectedInvocation.errorForMissingInvocation
(List<ExpectedInvocation> nonMatchingInvocations) ExpectedInvocation.errorForMissingInvocations
(@org.checkerframework.checker.index.qual.NonNegative int missingInvocations, List<ExpectedInvocation> nonMatchingInvocations) Constructors in mockit.internal.expectations.invocation with parameters of type ExpectedInvocationModifierConstructorDescriptionInvocationResults
(ExpectedInvocation invocation, InvocationConstraints constraints) ReturnTypeConversion
(ExpectedInvocation invocation, InvocationResults invocationResults, Class<?> returnType, Object value)