|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IComparator
Compare tow objects.
| Method Summary | |
|---|---|
Class<?> |
getType()
The comparator reference type. |
boolean |
match(Object expected,
Object received)
Says if two objects can be considered equals. |
| Methods inherited from interface org.specrunner.util.mapping.IResetable |
|---|
initialize |
| Methods inherited from interface java.util.Comparator |
|---|
compare, equals |
| Method Detail |
|---|
Class<?> getType()
boolean match(Object expected,
Object received)
expected - The expected value.received - The received value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||