java.lang.Object
|
+--junit.framework.Assert
|
+--junit.extensions.TestDecorator
|
+--junit.extensions.TestSetup
A Decorator to set up and tear down additional fixture state. |
void | run(final TestResult result) |
void | setUp() Sets up the fixture. |
void | tearDown() Tears down the fixture. |
public TestSetup(Test test)
public void run(final TestResult result)
protected void setUp()
protected void tearDown()