クラス
junit.framework.TestResult の使用

TestResult を使用しているパッケージ
junit.awtui   
junit.extensions   
junit.framework   
junit.swingui   
junit.textui   
 

junit.awtui での TestResult の使用
 

TestResult として宣言されている junit.awtui のフィールド
protected  TestResult TestRunner.fTestResult
           
 

TestResult を返す junit.awtui のメソッド
protected  TestResult TestRunner.createTestResult()
           
 

junit.extensions での TestResult の使用
 

TestResult 型のパラメータを持つ junit.extensions のメソッド
 void ActiveTestSuite.run(TestResult result)
           
 void ActiveTestSuite.runTest(Test test, TestResult result)
           
 void RepeatedTest.run(TestResult result)
           
 void TestDecorator.basicRun(TestResult result)
          The basic run behaviour.
 void TestDecorator.run(TestResult result)
           
 void TestSetup.run(TestResult result)
           
 

junit.framework での TestResult の使用
 

TestResult を返す junit.framework のメソッド
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.
 

TestResult 型のパラメータを持つ junit.framework のメソッド
 void Test.run(TestResult result)
          Runs a test and collects its result in a TestResult instance.
 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)
           
 

junit.swingui での TestResult の使用
 

TestResult を返す junit.swingui のメソッド
protected  TestResult TestRunner.createTestResult()
           
 

TestResult 型のパラメータを持つ junit.swingui のメソッド
 void FailureRunView.aboutToStart(Test suite, TestResult result)
           
 void FailureRunView.runFinished(Test suite, TestResult result)
           
 void TestHierarchyRunView.aboutToStart(Test suite, TestResult result)
           
 void TestHierarchyRunView.runFinished(Test suite, TestResult result)
           
 

junit.textui での TestResult の使用
 

TestResult を返す junit.textui のメソッド
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(java.lang.String[] args)
          Starts a test run.
 

TestResult 型のパラメータを持つ junit.textui のメソッド
protected  void ResultPrinter.printErrors(TestResult result)
           
protected  void ResultPrinter.printFailures(TestResult result)
           
protected  void ResultPrinter.printFooter(TestResult result)
           
 



Copyright © 2001-2004 JUnit.org. All Rights Reserved.