TestRunner class
A wrapper around the test package. This class is used to run your unit
tests.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
test(
{dynamic files, String name, String plainName, dynamic platformSelector, int concurrency, int pubServe, RunOptions runOptions }) → void - Run the tests in the current package. See the test package. [...]
-
testAsync(
{dynamic files, String name, String plainName, dynamic platformSelector, int concurrency, int pubServe, RunOptions runOptions }) → Future - Run the tests in the current package. See the test package. [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited