Default implementation of TestRunner
.
Anything
DefaultTestRunner
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DefaultTestRunner(TestSource[] sources, TestExtension[] extensions, TestFilter filter, TestComparator comparator) |
Attributes | |
description | shared actual TestDescription description The description of all tests to be run. Refines TestRunner.description |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Attributes inherited from: TestRunner |
Methods | |
run | shared actual TestRunResult run() Runs all the tests and returns a summary result. Refines TestRunner.run |
runAsync | shared void runAsync(void done(TestRunResult result)) |
Inherited Methods |
Methods inherited from: Object equals |
Methods inherited from: TestRunner |