Uses of Class
j2meunit.framework.TestResult

Packages that use TestResult
j2meunit.framework   
j2meunit.midletui   
j2meunit.textui   
 

Uses of TestResult in j2meunit.framework
 

Methods in j2meunit.framework that return TestResult
 TestResult TestCase.run()
          A convenience method to run this test, collecting the results with a default TestResult object.
protected  TestResult TestCase.createResult()
          Creates a default TestResult object
 

Methods in j2meunit.framework with parameters of type TestResult
 void TestSuite.run(TestResult result)
          Runs the tests and collects their result in a TestResult.
 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 j2meunit.midletui
 

Fields in j2meunit.midletui declared as TestResult
protected  TestResult TestRunner.aResult
           
 

Methods in j2meunit.midletui with parameters of type TestResult
 void TestRunner.print(TestResult result)
          Prints errors and failures to the standard output
 void TestRunner.printErrors(TestResult result)
          Prints the errors to the standard output
 void TestRunner.printFailures(TestResult result)
          Prints failures to the standard output
 void TestRunner.printHeader(TestResult result)
          Prints the header of the report
 

Uses of TestResult in j2meunit.textui
 

Methods in j2meunit.textui that return TestResult
protected  TestResult TestRunner.createTestResult()
          Creates the TestResult to be used for the test run.
 

Methods in j2meunit.textui with parameters of type TestResult
 void TestRunner.print(TestResult result)
          Prints failures to the standard output
 void TestRunner.printErrors(TestResult result)
          Prints the errors to the standard output
 void TestRunner.printFailures(TestResult result)
          Prints failures to the standard output
 void TestRunner.printHeader(TestResult result)
          Prints the header of the report