Uses of Interface
mockit.internal.expectations.argumentMatching.ArgumentMatcher
Packages that use ArgumentMatcher
Package
Description
-
Uses of ArgumentMatcher in mockit.internal.expectations
Methods in mockit.internal.expectations with parameters of type ArgumentMatcherModifier and TypeMethodDescriptionfinal void
TestOnlyPhase.addArgMatcher
(ArgumentMatcher<?> matcher) -
Uses of ArgumentMatcher in mockit.internal.expectations.argumentMatching
Classes in mockit.internal.expectations.argumentMatching with type parameters of type ArgumentMatcherModifier and TypeInterfaceDescriptioninterface
ArgumentMatcher<M extends ArgumentMatcher<M>>
An argument matcher for the recording/verification of expectations.Classes in mockit.internal.expectations.argumentMatching that implement ArgumentMatcherModifier and TypeClassDescriptionfinal class
final class
final class
class
final class
Adapts theorg.hamcrest.Matcher
interface toArgumentMatcher
.final class
final class
final class
final class
final class
Matches a decimal argument against another within a given margin of error.final class
final class
final class
final class
final class
final class
Fields in mockit.internal.expectations.argumentMatching declared as ArgumentMatcherModifier and TypeFieldDescriptionstatic final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_BOOLEAN
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_BYTE
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_CHAR
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_DOUBLE
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_FLOAT
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_INT
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_LONG
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_SHORT
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_STRING
static final ArgumentMatcher
<?> AlwaysTrueMatcher.ANY_VALUE
static final ArgumentMatcher
<?> NonNullityMatcher.INSTANCE
static final ArgumentMatcher
<?> NullityMatcher.INSTANCE
Methods in mockit.internal.expectations.argumentMatching with parameters of type ArgumentMatcherModifier and TypeMethodDescriptionvoid
ArgumentMismatch.appendFormatted
(String parameterTypeName, Object argumentValue, ArgumentMatcher<?> matcher) -
Uses of ArgumentMatcher in mockit.internal.expectations.invocation
Methods in mockit.internal.expectations.invocation that return types with arguments of type ArgumentMatcherMethod parameters in mockit.internal.expectations.invocation with type arguments of type ArgumentMatcherModifier and TypeMethodDescriptionObject[]
InvocationArguments.prepareForVerification
(Object[] argsToVerify, List<ArgumentMatcher<?>> matchers) void
InvocationArguments.setMatchers
(List<ArgumentMatcher<?>> matchers) void
InvocationArguments.setValuesAndMatchers
(Object[] argsToVerify, List<ArgumentMatcher<?>> matchers)