|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TBeanFactory | |
---|---|
org.sysunit | The core API and base classes of the SysUnit library. |
Uses of TBeanFactory in org.sysunit |
---|
Classes in org.sysunit that implement TBeanFactory | |
---|---|
class |
FactoryMethodTBeanFactory
TBeanFactory implementation which uses a factory method
to construct TBean s. |
class |
ThreadMethodTBeanFactory
TBeanFactory implementation which uses a static method
to synthesize simple TBean s. |
Fields in org.sysunit declared as TBeanFactory | |
---|---|
static TBeanFactory[] |
TBeanFactory.EMPTY_ARRAY
Empty TBeanFactory array. |
Methods in org.sysunit that return TBeanFactory | |
---|---|
TBeanFactory[] |
SystemTestCase.getTBeanFactories()
Retrieve all TBeanFactory s. |
TBeanFactory |
SystemTestCase.getTBeanFactory(String name)
Retrieve a TBeanFactory by name. |
Methods in org.sysunit with parameters of type TBeanFactory | |
---|---|
void |
SystemTestCase.addTBeanFactory(String name,
TBeanFactory tbeanFactory)
Add a TBeanFactory to this test. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |