TestRunner class

Constructors

TestRunner.new({required String testSuitePath, bool useInternalTests = false, String logDirPath = 'test-logs', bool verbose = false, bool parallel = false, int parallelJobs = 4, String? filterPattern, List<String> categories = const [], List<String> skipList = const []})

Properties

categories List<String>
final
filterPattern String?
final
hashCode int
The hash code for this object.
no setterinherited
logDirPath String
final
parallel bool
final
parallelJobs int
final
progressBar ↔ ProgressBar
getter/setter pair
results Map<String, TestResult>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipList List<String>
final
testSuitePath String
final
useInternalTests bool
final
verbose bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runTestSuite() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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