public interface CustomComparator
Modifier and Type | Method and Description |
---|---|
boolean |
matches(java.lang.String actual,
java.lang.String expected)
Compare two string representations, to determine whether the expected result matches
the actual result.
|
boolean matches(java.lang.String actual, java.lang.String expected)
actual
- String representation of the actual resultexpected
- String representation of the expected result