Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API to assert List<WidgetSelector> #34

Open
passsy opened this issue Dec 25, 2023 · 0 comments
Open

API to assert List<WidgetSelector> #34

passsy opened this issue Dec 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@passsy
Copy link
Owner

passsy commented Dec 25, 2023

Sometimes I want to assert multiple widgets with the same condition. e.g. when building a form.
I could write it multi-line, but it might be useful to assert all at the same time

final WidgetSelector<Checkbox> boxA = spotCheckboxA();
final WidgetSelector<Checkbox> boxB = spotCheckboxB();
final WidgetSelector<Checkbox> boxC = spotCheckboxC();

// assert that those widgets are checked
// [boxA, boxB, boxC].areChecked();
@passsy passsy added the enhancement New feature or request label Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant