UITestChainListExtension<U extends UIRoot, E, O, P extends UITestChain<U, O, dynamic, dynamic>, T extends UITestChain<U, Iterable<E>?, P, T>> extension

on

Properties

elementsLength int

Available on UITestChain<U, Iterable<E>?, P, T>, provided by the UITestChainListExtension extension

no setter
first UITestChainNode<U, E, T>

Available on UITestChain<U, Iterable<E>?, P, T>, provided by the UITestChainListExtension extension

no setter

Methods

elementAt(int index) UITestChainNode<U, E, T>

Available on UITestChain<U, Iterable<E>?, P, T>, provided by the UITestChainListExtension extension

expectElementsLength(int expectedLength) → T

Available on UITestChain<U, Iterable<E>?, P, T>, provided by the UITestChainListExtension extension

firstOr([E? defaultElement]) UITestChainNode<U, E?, T>

Available on UITestChain<U, Iterable<E>?, P, T>, provided by the UITestChainListExtension extension

firstWhere(bool test(E element), {E orElse()?}) UITestChainNode<U, E, T>

Available on UITestChain<U, Iterable<E>?, P, T>, provided by the UITestChainListExtension extension

firstWhereOrNull(bool test(E element)) UITestChainNode<U, E?, T>

Available on UITestChain<U, Iterable<E>?, P, T>, provided by the UITestChainListExtension extension

where(bool test(E element)) UITestChainNode<U, List<E>, T>

Available on UITestChain<U, Iterable<E>?, P, T>, provided by the UITestChainListExtension extension