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.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
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.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited