Class ReflectiveMatcher
java.lang.Object
mockit.internal.expectations.argumentMatching.ReflectiveMatcher
- All Implemented Interfaces:
ArgumentMatcher<ReflectiveMatcher>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvaluates the matcher for the given argument.booleansame(ReflectiveMatcher other) Indicates whether this matcher instance is functionally the same as another one of the same type.voidwriteMismatchPhrase(ArgumentMismatch argumentMismatch) Writes a phrase to be part of an error message describing an argument mismatch.
-
Constructor Details
-
ReflectiveMatcher
-
-
Method Details
-
same
Description copied from interface:ArgumentMatcherIndicates whether this matcher instance is functionally the same as another one of the same type.- Specified by:
samein interfaceArgumentMatcher<ReflectiveMatcher>
-
matches
Description copied from interface:ArgumentMatcherEvaluates the matcher for the given argument.- Specified by:
matchesin interfaceArgumentMatcher<ReflectiveMatcher>
-
writeMismatchPhrase
Description copied from interface:ArgumentMatcherWrites a phrase to be part of an error message describing an argument mismatch.- Specified by:
writeMismatchPhrasein interfaceArgumentMatcher<ReflectiveMatcher>
-