|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TBeanManager
Manages the instantiation and lifecycle of tbean
s.
TBeanManagerFactory
,
TBean
,
SystemTestCase
Method Summary | |
---|---|
void |
init()
Initialize the manager. |
void |
setUpTBeans(SystemTestCase testCase)
Set up the TBean s for a SystemTestCase . |
void |
tearDownTBeans(SystemTestCase testCase)
Tear down the TBean s for a SystemTestCase . |
Throwable[] |
validateTBeans(SystemTestCase testCase)
|
Method Detail |
---|
void init() throws Exception
Exception
- If an error occurs while attempting
to perform initialization.void setUpTBeans(SystemTestCase testCase) throws Exception
TBean
s for a SystemTestCase
.
testCase
- The test case.
Exception
- If an error occurs while attempting to set up
the TBeans of the test case.Throwable[] validateTBeans(SystemTestCase testCase) throws InterruptedException
InterruptedException
void tearDownTBeans(SystemTestCase testCase) throws Exception
TBean
s for a SystemTestCase
.
testCase
- The test case.
Exception
- If an error occurs while attempting to tear down
the TBeans of the test case.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |