|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestAwareDataLoader
Provides a before and after test callback mechanism intended to be used by data loaders. i.e. the class that coordinates loading of the test data is made aware of the test execution sequence so that it can properly clear and reset the reference data.
Method Summary | |
---|---|
void |
afterTest()
Called after the last test was run. |
void |
beforeTest()
Called before the next test is to be run. |
Method Detail |
---|
void beforeTest() throws Exception
Exception
void afterTest() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |