Uses of Interface
org.sysunit.TBeanFactory

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 TBeans.
 class ThreadMethodTBeanFactory
          TBeanFactory implementation which uses a static method to synthesize simple TBeans.
 

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 TBeanFactorys.
 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.
 



Copyright © 2003-2009 SpritSoft, Inc.. All Rights Reserved.