JUnit 3.8.1

Uses of Class
junit.framework.TestResult

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

Uses of TestResult in junit.awtui
 

Fields in junit.awtui declared as TestResult
protected  TestResult TestRunner.fTestResult
           
 

Methods in junit.awtui that return TestResult
protected  TestResult TestRunner.createTestResult()
           
 

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 RepeatedTest.run(TestResult result)
           
 void ActiveTestSuite.run(TestResult result)
           
 void ActiveTestSuite.runTest(Test test, TestResult result)
           
 void TestSetup.run(TestResult result)
           
 

Uses of TestResult in junit.framework
 

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

Methods in junit.swingui that return TestResult
protected  TestResult TestRunner.createTestResult()
           
 

Methods in junit.swingui with parameters of type TestResult
 void TestHierarchyRunView.aboutToStart(Test suite, TestResult result)
           
 void TestHierarchyRunView.runFinished(Test suite, TestResult result)
           
 void FailureRunView.aboutToStart(Test suite, TestResult result)
           
 void FailureRunView.runFinished(Test suite, TestResult result)
           
 

Uses of TestResult in junit.textui
 

Methods in junit.textui that return TestResult
static TestResult TestRunner.run(Test test)
          Runs a single test and collects its results.
protected  TestResult TestRunner.createTestResult()
          Creates the TestResult to be used for the test run.
 TestResult TestRunner.doRun(Test test)
           
 TestResult TestRunner.doRun(Test suite, boolean wait)
           
protected  TestResult TestRunner.start(String[] args)
          Starts a test run.
 

Methods in junit.textui with parameters of type TestResult
protected  void ResultPrinter.printErrors(TestResult result)
           
protected  void ResultPrinter.printFailures(TestResult result)
           
protected  void ResultPrinter.printFooter(TestResult result)
           
 


JUnit 3.8.1