public interface IComparator extends IResetable, Comparator<Object>
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getType()
The comparator reference type.
|
boolean |
match(Object expected,
Object received)
Says if two objects can be considered equals.
|
initializecompare, equalsClass<?> getType()
boolean match(Object expected, Object received) throws ComparatorException
expected - The expected value.received - The received value.ComparatorException - On comparison errors.Copyright © 2016. All rights reserved.