AsyncTestLoader class

Loader that loads the test from an async callback.

Inheritance

Constructors

AsyncTestLoader(Future<Test> callback())
Constructs the loader with the callback to use.

Properties

callback Future<Test> Function()
The callback to execute to get the test.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

load({bool ignoreImages = false}) Future<Test>
Returns the in test by executing the callback;
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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