junit.extensions
Class TestSetup
public
class
TestSetup
extends TestDecorator
A Decorator to set up and tear down additional fixture state. Subclass
TestSetup and insert it into your tests when you want to set up additional
state once before the tests are run.
public TestSetup(
Test test)
protected void setUp()
Sets up the fixture. Override to set up additional fixture state.
protected void tearDown()
Tears down the fixture. Override to tear down the additional fixture
state.