public interface Matcher<T>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(T a,
T b) |
Class<T> |
getType()
TODO: needed? Better way to implement MatchableObject#equals?
|
int |
hashCode(T t) |
String |
toString(T t) |
void |
verify(T t)
Verifies that the specified object can be used with this matcher.
|
void verify(T t) throws MatchingException
t
- the object to testMatchingException
int hashCode(T t)
Copyright © 2002–2017 SoftSmithy. All rights reserved.