|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestResult | |
lejosunit.framework | Core framework classes. |
lejosunit.rcxui | The TestRunner for the RCX. |
Uses of TestResult in lejosunit.framework |
Methods in lejosunit.framework that return TestResult | |
protected TestResult |
TestCase.createResult()
Creates a default TestResult object |
TestResult |
TestCase.run()
A convenience method to run this test, collecting the results with a default TestResult object. |
Methods in lejosunit.framework with parameters of type TestResult | |
void |
TestSuite.run(TestResult result)
Runs the tests and collects their result in a TestResult. |
void |
TestSuite.runTest(Test test,
TestResult result)
Run the given test into the result. |
void |
TestCase.run(TestResult result)
Runs the test case and collects the results in TestResult. |
void |
Test.run(TestResult result)
Runs a test and collects its result in a TestResult instance. |
Uses of TestResult in lejosunit.rcxui |
Methods in lejosunit.rcxui that return TestResult | |
TestResult |
TestRunner.doRun(Test suite)
Run a test or test suite. |
TestResult |
TestRunner.doRun(Test suite,
byte mode)
Run a test or test suite. |
protected TestResult |
TestRunner.createTestResult()
Creates the TestResult to be used for the test run. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |