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