Class ClassMatcher
java.lang.Object
mockit.internal.expectations.argumentMatching.ClassMatcher
- All Implemented Interfaces:
ArgumentMatcher<ClassMatcher>
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassMatcherbooleanEvaluates the matcher for the given argument.booleansame(ClassMatcher 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.
-
Method Details
-
create
-
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<ClassMatcher>
-
matches
Description copied from interface:ArgumentMatcherEvaluates the matcher for the given argument.- Specified by:
matchesin interfaceArgumentMatcher<ClassMatcher>
-
writeMismatchPhrase
Description copied from interface:ArgumentMatcherWrites a phrase to be part of an error message describing an argument mismatch.- Specified by:
writeMismatchPhrasein interfaceArgumentMatcher<ClassMatcher>
-