UITestChainRoot<U extends UIRoot> class

Inheritance

Constructors

UITestChainRoot(UITestContext<U> context)

Properties

context UITestContext<U>
final
document UITestChainNode<U, Element, UITestChainRoot<U>>
no setterinherited
element → U
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isNotNull bool
no setterinherited
isNull bool
no setterinherited
parent UITestChain<U, dynamic, dynamic, dynamic>?
no setteroverride
parentNotNull UITestChain<U, dynamic, dynamic, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testChainRoot UITestChainRoot<U>
no setteroverride
uiRoot → U
no setteroverride

Methods

call(void call(U e)) UITestChainRoot<U>
inherited
callAsync(dynamic call(U e)) FutureOr<UITestChainRoot<U>>
inherited
checkbox(bool check, [String? selectors]) UITestChainRoot<U>
inherited
click([String? selectors]) UITestChainRoot<U>
inherited
exists() UITestChainRoot<U>
override
expect(dynamic actual, dynamic matcher, {String? reason}) UITestChainRoot<U>
inherited
expectElement(String selectors, {Object? root, String? reason, List<Element> mapper(List<Element> elems)?, bool validator(List<Element> elems)?}) UITestChainRoot<U>
inherited
expectLater(dynamic actual, dynamic matcher, {String? reason}) Future<UITestChainRoot<U>>
inherited
expectMapped<R>(R mapper(U e), dynamic matcher, {String? reason}) UITestChainRoot<U>
inherited
expectMappedLater<R>(R mapper(U e), dynamic matcher, {String? reason}) Future<UITestChainRoot<U>>
inherited
expectMatch(dynamic matcher, {String? reason}) UITestChainRoot<U>
inherited
expectMatchLater(dynamic matcher, {String? reason}) Future<UITestChainRoot<U>>
inherited
expectRoute(String route, {String? reason}) UITestChainRoot<U>
inherited
expectRoutes(List<String> routes, {String? reason}) UITestChainRoot<U>
inherited
log({Object? msg, String? prefix}) UITestChainRoot<U>
inherited
logDocument({String? id, bool compressed = false}) UITestChainRoot<U>
inherited
logMapped<R>(R mapper(U e), {String? prefix}) UITestChainRoot<U>
inherited
logMessage(String level, Object? message, {Object? prefix}) UITestChainRoot<U>
inherited
logRoute({String? prefix}) UITestChainRoot<U>
inherited
map<O>(O mapper(U e)) UITestChainNode<U, O, UITestChainRoot<U>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
querySelector(String? selectors, {bool expected = false}) UITestChainNode<U, Element?, UITestChainRoot<U>>
Alias to Element.querySelector or UIComponent.querySelector.
inherited
querySelectorAll<O extends Element>(String? selectors, {bool expected = false}) UITestChainNode<U, List<O>, UITestChainRoot<U>>
Alias to UIComponent.querySelectorAll.
inherited
renderAndWait({Duration timeout = const Duration(seconds: 3)}) Future<UITestChainRoot<U>>
Alias to UIComponent.callRenderAndWait.
inherited
renderTestUI({int ms = 100}) Future<UITestChainRoot<U>>
Alias to TestUIComponentExtension.prepareTestRendering.
inherited
select(String? selectors, {bool expected = false}) UITestChainNode<U, Element?, UITestChainRoot<U>>
Alias to querySelector.
inherited
selectAll<O extends Element>(String? selectors, {bool expected = false}) UITestChainNode<U, List<O>, UITestChainRoot<U>>
Alias to querySelectorAll.
inherited
selectExpected(String? selectors) UITestChainNode<U, Element, UITestChainRoot<U>>
Alias to querySelector.
inherited
selectFirstWhere<O extends Element>(String? selectors, bool test(Element element), {bool expected = false}) UITestChainNode<U, O?, UITestChainRoot<U>>
Alias to querySelectorAll + firstWhereOrNull.
inherited
selectFirstWhereUntil<O extends Element>(String? selectors, bool test(Element element), {int? timeoutMs, int? intervalMs, int? minMs, Iterable<Element> mapper(List<Element> elems)?}) Future<UITestChainNode<U, O, UITestChainRoot<U>>>
Alias to sleepUntilElement + querySelectorAll + firstWhereOrNull.
inherited
selectIndex(int index, [String? selectors]) UITestChainRoot<U>
inherited
selectUntil<O extends Element>(String? selectors, {int? timeoutMs, int? intervalMs, int? minMs, Iterable<Element> mapper(List<Element> elems)?}) Future<UITestChainNode<U, O, UITestChainRoot<U>>>
Alias to sleepUntilElement + querySelectorAll
inherited
selectWhere<O extends Element>(String? selectors, bool test(Element element), {bool expected = false}) UITestChainNode<U, List<O>, UITestChainRoot<U>>
Alias to querySelectorAll + where.
inherited
selectWhereUntil<O extends Element>(String? selectors, bool test(Element element), {int? timeoutMs, int? intervalMs, int? minMs, Iterable<Element> mapper(List<Element> elems)?, bool expected = false}) Future<UITestChainNode<U, List<O>, UITestChainRoot<U>>>
Alias to sleepUntilElement + querySelectorAll + where.
inherited
setValue(String? value, [String? selectors]) UITestChainRoot<U>
inherited
sleep({int? frames, int? ms}) Future<UITestChainRoot<U>>
Alias to testUISleep.
inherited
sleepUntil(FutureOr<bool> ready(), {String readyTitle = 'ready', int? timeoutMs, int? intervalMs, int? minMs}) Future<UITestChainRoot<U>>
Alias to testUISleepUntil.
inherited
sleepUntilElement(String selectors, {Element? root, int? timeoutMs, int? intervalMs, int? minMs, Iterable<Element> mapper(List<Element> elems)?, bool validator(List<Element> elems)?, bool expected = false}) Future<UITestChainRoot<U>>
Alias to testUISleepUntilElement.
inherited
sleepUntilRoute(String route, {Map<String, dynamic>? parameters, bool partialParameters = false, int? timeoutMs, int? intervalMs, int? minMs, bool expected = false}) Future<UITestChainRoot<U>>
Alias to testUISleepUntilRoute.
inherited
sleepUntilRoutes(List<String> routes, {int? timeoutMs, int? intervalMs, int? minMs, bool expected = false}) Future<UITestChainRoot<U>>
Alias to testUISleepUntilRoutes.
inherited
toString() String
A string representation of this object.
inherited
warn({Object? msg, String? prefix}) UITestChainRoot<U>
inherited
warnMapped<R>(R mapper(U e), {String? prefix}) UITestChainRoot<U>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited