|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestResult | |
|---|---|
| momeunit.framework | MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. |
| momeunit.runner | This package consists of classes of and used by test runners of MoMEUnit test framework. |
| Uses of TestResult in momeunit.framework |
|---|
| Methods in momeunit.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 momeunit.framework with parameters of type TestResult | |
|---|---|
void |
TestSuite.run(TestResult result)
Runs tests of this test suite and collects results in a TestResult instance. |
void |
Test.run(TestResult result)
Runs a test and collects its result in a TestResult instance. |
void |
TestCase.run(TestResult result)
|
void |
TestSuite.runTest(Test test,
TestResult result)
Runs the specified test and populates the specified TestResult with results of test. |
| Uses of TestResult in momeunit.runner |
|---|
| Methods in momeunit.runner that return TestResult | |
|---|---|
TestResult |
TestScreen.getTestResult()
Returns the TestResult contained in TestScreen. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||