|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SetUpTearDown
Provides an implementation of setting up and tearing down a test fixture.
It is not guaranteed which order the framework executes the methods during either of these operations.
Custom implementations can be passed on the command
line using
the appropriate argument
.
Method Summary | |
---|---|
void |
setUp(Object fixture)
Set up the given test fixture. |
void |
tearDown(Object fixture)
Tear down the given test fixture. |
Method Detail |
---|
void setUp(Object fixture) throws SetUpException
fixture
- The test fixture to set up.
SetUpException
- If an error occurs while setting up the test case.void tearDown(Object fixture) throws TearDownException
fixture
- The test fixture to tear down.
TearDownException
- If an error occurs while tearing down the test case.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |