Represents a facade for running tests.
Instances are usually created via the createTestRunner()
factory method.
For running tests is more convenient to use command line tool ceylon test
or use integration with IDE, so it is not necessary to use this API directly.
no type hierarchy
no supertypes hierarchy
Attributes | |
description | Source Codeshared formal TestDescription description The description of all tests to be run. |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
run | Source Codeshared formal TestRunResult run() Runs all the tests and returns a summary result. |
Inherited Methods |
Methods inherited from: Object |