classxfant::TestRunner
sys::Obj xfant::TestRunner
Execute the tests and returns the results.
- run
XTestResult run(Xtest test)
Execute a test and return the results
- runTestCase
protected XTestResult runTestCase(TestCase test)
Run a
TestCase
and returns a result.- runTestSuite
protected TestSummary runTestSuite(TestSuite suite)
Run all the tests in the suite, and returns the result as summary.