SerializableListTesterMixin<T> mixin

This is a mixin that stores the logic for creating a tester that supports the various ListTesterModes

See SerializableListTester and SerializableListWidgetTester for implementations of this mixin

Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
mainTestName String
The name for the test. Will be used to determine the filename for the test output.
no setter
mode ListTesterMode
The mode to determine what to do with the output for this test run.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testGroupName String
The name for the test group. Will be used to determine the file path for the test output.
no setter

Methods

generateListTester(String path, String testName, [ListTesterMode? modeOverride]) Future<SerializableTester>
Generates the SerializableTester that will be used in runTests
generatePath() String
Generates the path that this tester will use in runTests
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runTests() Future<void>
Run the tests under the current mode
toString() String
A string representation of this object.
inherited

Operators

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