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 TypeMethodDescriptionvoidExpectedInvocation.copyDefaultReturnValue(ExpectedInvocation other) InvocationConstraints.errorForMissingExpectations(ExpectedInvocation invocation, List<ExpectedInvocation> nonMatchingInvocations) booleanExpectedInvocation.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(@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)