TestDriver class

A base class for the test version of the WidgetDrivers.

When you create a test driver version of your driver, then extend this TestDriver and implement your driver interface.

Here is an example of how you would do this:

class _$TestMyAppDriver extends TestDriver implements MyAppDriver {
    ...
}

Constructors

TestDriver()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(VoidCallback listener) → void
didInitDriver() → void
didUpdateBuildContext(BuildContext context) → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
override
notifyWidget() → void
toString() String
A string representation of this object.
inherited

Operators

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