|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sysunit.local.LocalTBeanManager
public class LocalTBeanManager
Single-JVM TBeanManager
implementation.
LocalSynchronizer
Constructor Summary | |
---|---|
LocalTBeanManager()
Construct. |
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalTBeanManager()
Method Detail |
---|
public void init()
TBeanManager
init
in interface TBeanManager
TBeanManager
public void setUpTBeans(SystemTestCase testCase) throws Exception
TBeanManager
TBean
s for a SystemTestCase
.
setUpTBeans
in interface TBeanManager
testCase
- The test case.
Exception
- If an error occurs while attempting to set up
the TBeans of the test case.TBeanManager
public Throwable[] validateTBeans(SystemTestCase testCase) throws InterruptedException
validateTBeans
in interface TBeanManager
InterruptedException
public void tearDownTBeans(SystemTestCase testCase) throws Exception
TBeanManager
TBean
s for a SystemTestCase
.
tearDownTBeans
in interface TBeanManager
testCase
- The test case.
Exception
- If an error occurs while attempting to tear down
the TBeans of the test case.TBeanManager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |