|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TestFixture
Interface that defines a test fixture that can be used to initialize a test context before a test is run and then clean the context up after the test has run.
| Method Summary | |
|---|---|
void |
setUp(TestContext context)
Set up the test context for a run of a test. |
void |
tearDown(TestContext context)
Clean up the test context after a test run. |
| Method Detail |
|---|
void setUp(TestContext context)
throws java.lang.Exception
context - Test context to initialize.
java.lang.Exception
void tearDown(TestContext context)
throws java.lang.Exception
context - Test context to clean up.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||