Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: FEST-Swing 1.1
-
Fix Version/s: FEST-Swing 1.2a1
-
Component/s: Swing
-
Labels:None
-
Number of attachments :
Description
From Jeanette:
A minor point I have been wondering about: why is there no requireSelection(int) on ItemGroupFixture? Feels like an omission as it introduces a slight asymmetry in the API
select(String) <--> requireSelection(String)
select(int) <--> requireSelection(int)
with that in place, the first assert could have been folded into the fluent sentence.