|
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 asymetry 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.
|
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.
|