junit.tests.framework
Class TestImplementorTest.DoubleTestCase

java.lang.Object
  extended by junit.tests.framework.TestImplementorTest.DoubleTestCase
All Implemented Interfaces:
Test
Enclosing class:
TestImplementorTest

public static class TestImplementorTest.DoubleTestCase
extends java.lang.Object
implements Test


Constructor Summary
TestImplementorTest.DoubleTestCase(TestCase testCase)
           
 
Method Summary
 int countTestCases()
          Counts the number of test cases that will be run by this test.
 void run(TestResult result)
          Runs a test and collects its result in a TestResult instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestImplementorTest.DoubleTestCase

public TestImplementorTest.DoubleTestCase(TestCase testCase)
Method Detail

countTestCases

public int countTestCases()
Description copied from interface: Test
Counts the number of test cases that will be run by this test.

Specified by:
countTestCases in interface Test

run

public void run(TestResult result)
Description copied from interface: Test
Runs a test and collects its result in a TestResult instance.

Specified by:
run in interface Test