public class ExtendedComparator extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(Object obj1,
Object obj2)
Perform element-by-element comparisons of arrays in addition to
regular comparisons.
|
static boolean |
stringsMatch(String pattern,
String actual)
Match with a regexp if the pattern contains a ".*" or is bounded by
slashes (/regexp/).
|
public static boolean stringsMatch(String pattern, String actual)
Abbot is hosted on