|
||||||||||
| 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 TBeans for a SystemTestCase. |
void |
tearDownTBeans(SystemTestCase testCase)
Tear down the TBeans 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 TBeanManagerTBeanManager
public void setUpTBeans(SystemTestCase testCase)
throws Exception
TBeanManagerTBeans for a SystemTestCase.
setUpTBeans in interface TBeanManagertestCase - 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 TBeanManagerInterruptedException
public void tearDownTBeans(SystemTestCase testCase)
throws Exception
TBeanManagerTBeans for a SystemTestCase.
tearDownTBeans in interface TBeanManagertestCase - 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 | |||||||||