UITestChainListExtension<U extends UIRoot, E, O, P extends UITestChain<U, O, dynamic, dynamic> , T extends UITestChain<U, Iterable<E>? , P, T> > extension
- on
-
- UITestChain<
U, Iterable< E> ?, P, T>
- UITestChain<
Properties
- elementsLength → int
-
Available on UITestChain<
U, Iterable< , provided by the UITestChainListExtension extensionE> ?, P, T>no setter -
first
→ UITestChainNode<
U, E, T> -
Available on UITestChain<
U, Iterable< , provided by the UITestChainListExtension extensionE> ?, P, T>no setter
Methods
-
elementAt(
int index) → UITestChainNode< U, E, T> -
Available on UITestChain<
U, Iterable< , provided by the UITestChainListExtension extensionE> ?, P, T> -
expectElementsLength(
int expectedLength) → T -
Available on UITestChain<
U, Iterable< , provided by the UITestChainListExtension extensionE> ?, P, T> -
firstOr(
[E? defaultElement]) → UITestChainNode< U, E?, T> -
Available on UITestChain<
U, Iterable< , provided by the UITestChainListExtension extensionE> ?, P, T> -
firstWhere(
bool test(E element), {E orElse()?}) → UITestChainNode< U, E, T> -
Available on UITestChain<
U, Iterable< , provided by the UITestChainListExtension extensionE> ?, P, T> -
firstWhereOrNull(
bool test(E element)) → UITestChainNode< U, E?, T> -
Available on UITestChain<
U, Iterable< , provided by the UITestChainListExtension extensionE> ?, P, T> -
where(
bool test(E element)) → UITestChainNode< U, List< E> , T> -
Available on UITestChain<
U, Iterable< , provided by the UITestChainListExtension extensionE> ?, P, T>