Package org.netbeans.jemmy.operators
Interface Operator.StringComparator
- All Known Implementing Classes:
Operator.DefaultStringComparator
,RegExComparator
- Enclosing class:
- Operator
public static interface Operator.StringComparator
Interface to compare string resources like labels, button text, ...
with match.
-
Method Summary
-
Method Details
-
equals
Imlementation must return true if strings are equal.- Parameters:
caption
- a text to compare with pattern.match
- a pattern- Returns:
- true if text and pattern matches.
-