Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: FEST-Swing 1.1
-
Fix Version/s: FEST-Swing 1.2a3
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Description
Adapted from original issue filed by Csabi:
For example, in JListFixture we can have:
- selectItem(Pattern item)
- selectItems(Pattern items)
where Pattern is java.util.regex.Pattern.
In general, each method accepting a String should have a corresponding method accepting a regex.
Original report: Issue 156 (Google Code)