Package org.mockito.internal.matchers
Interface ContainsExtraTypeInformation
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ArrayEquals
,Equals
,LocalizedMatcher
public interface ContainsExtraTypeInformation extends java.io.Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
typeMatches(java.lang.Object object)
org.hamcrest.SelfDescribing
withExtraTypeInfo()
-