junit.extensions
Class TestDecorator

java.lang.Object
   |
   +--junit.framework.Assert
         |
         +--junit.extensions.TestDecorator
All Implemented Interfaces:
Test
Direct Subclasses:
RepeatedTest, TestSetup

public class TestDecorator
extends Assert
implements Test

Field Summary
protected fTest
          
Constructor Summary
TestDecorator(Test test)
           
 
Method Summary
public voidbasicRun(TestResult result)
          
public intcountTestCases()
          
public TestgetTest()
          
public voidrun(TestResult result)
          
public StringtoString()
          
 
Methods inherited from class junit.framework.Assert
JunitAssert, JunitAssert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
  
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Field Detail

fTest

protected Test fTest
References to the field:
junit/extensions/TestDecorator.java 16
junit/extensions/TestDecorator.java 22
junit/extensions/TestDecorator.java 25
junit/extensions/TestDecorator.java 32
junit/extensions/TestDecorator.java 36
Constructor Detail

TestDecorator

public  TestDecorator(Test test)
Locals in the constructor:
test: Line 16
Method Detail

basicRun

public void basicRun(TestResult result)
Click to Locals in the Method
Call sites to the method:
junit/extensions/TestDecorator.java 28
junit/extensions/TestSetup.java 19

Locals in the method:
result Line 22

countTestCases

public int countTestCases()
Call sites to the method:
junit/extensions/RepeatedTest.java 19

getTest

public Test getTest()
Call sites to the method:
junit/swingui/TestTreeModel.java 127

run

public void run(TestResult result)
Click to Locals in the Method
Call sites to the method:
junit/extensions/RepeatedTest.java 25

Locals in the method:
result Line 28

toString

public String toString()
Call sites to the method:
junit/extensions/RepeatedTest.java 29