MultiWidgetMatcherExtensions<W extends Widget> extension

Extension on MultiWidgetMatcher

These matchers allow performing assertions on each widget in the set of matched widgets.

on

Methods

all(void matcher(WidgetMatcher<W>)) MultiWidgetMatcher<W>
Asserts that all widgets in the matched set fulfill the provided matcher.
any(void matcher(WidgetMatcher<W>)) MultiWidgetMatcher<W>
Asserts that at least one of the matched widgets fulfills the provided matcher.