Uses of Class
org.sysunit.SystemTestCase

Packages that use SystemTestCase
org.sysunit The core API and base classes of the SysUnit library. 
org.sysunit.local   
 

Uses of SystemTestCase in org.sysunit
 

Methods in org.sysunit that return SystemTestCase
 SystemTestCase FactoryMethodTBeanFactory.getTestCase()
          Retrieve the SystemTestCase.
 SystemTestCase ThreadMethodTBeanFactory.getTestCase()
          Retrieve the SystemTestCase.
 SystemTestCase ThreadMethodTBean.getTestCase()
          Retrieve the SystemTestCase.
 

Methods in org.sysunit with parameters of type SystemTestCase
 void TBeanManager.setUpTBeans(SystemTestCase testCase)
          Set up the TBeans for a SystemTestCase.
 void TBeanManager.tearDownTBeans(SystemTestCase testCase)
          Tear down the TBeans for a SystemTestCase.
 Throwable[] TBeanManager.validateTBeans(SystemTestCase testCase)
           
 

Constructors in org.sysunit with parameters of type SystemTestCase
FactoryMethodTBeanFactory(SystemTestCase testCase, Method factoryMethod)
          Construct.
ThreadMethodTBean(SystemTestCase testCase, Method threadMethod)
          Construct.
ThreadMethodTBeanFactory(SystemTestCase testCase, Method threadMethod)
          Construct.
 

Uses of SystemTestCase in org.sysunit.local
 

Methods in org.sysunit.local with parameters of type SystemTestCase
 void LocalTBeanManager.setUpTBeans(SystemTestCase testCase)
           
 void LocalTBeanManager.tearDownTBeans(SystemTestCase testCase)
           
 Throwable[] LocalTBeanManager.validateTBeans(SystemTestCase testCase)
           
 



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