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
 boolean typeMatches(java.lang.Object object)
           
 org.hamcrest.SelfDescribing withExtraTypeInfo()
           
 

Method Detail

withExtraTypeInfo

org.hamcrest.SelfDescribing withExtraTypeInfo()

typeMatches

boolean typeMatches(java.lang.Object object)