Uses of Class
junit.framework.TestResult

Packages that use TestResult
junit.extensions   
junit.framework   
junit.textui   
 

Uses of TestResult in junit.extensions
 

Methods in junit.extensions with parameters of type TestResult
 void TestDecorator.basicRun(TestResult result)
          The basic run behaviour.
 void TestDecorator.run(TestResult result)
           
 void ActiveTestSuite.run(TestResult result)
           
 void ActiveTestSuite.runTest(Test test, TestResult result)
           
 void RepeatedTest.run(TestResult result)
           
 void TestSetup.run(TestResult result)
           
 

Uses of TestResult in junit.framework
 

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

Methods in junit.framework with parameters of type TestResult
 void TestCase.run(TestResult result)
          Runs the test case and collects the results in TestResult.
 void TestSuite.run(TestResult result)
          Runs the tests and collects their result in a TestResult.
 void TestSuite.runTest(Test test, TestResult result)
           
 void Test.run(TestResult result)
          Runs a test and collects its result in a TestResult instance.
 

Uses of TestResult in junit.textui
 

Methods in junit.textui that return TestResult
 TestResult TestRunner.doRun(Test suite, boolean wait)
           
 

Methods in junit.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