Package org.sysunit

The core API and base classes of the SysUnit library.

See:
          Description

Interface Summary
SynchronizableTBean TBean capable of synchronizing using a TBeanSynchronizer.
Synchronizer TBean synchronizer.
TBean A TBean is a testing bean used in a SysUnit TestCase.
TBeanFactory Factory capable of producing TBeans.
TBeanManager Manages the instantiation and lifecycle of tbeans.
TBeanSynchronizer Synchronizer bound to a TBean.
 

Class Summary
AbstractSynchronizableTBean Abstract SynchronizableTBean base class.
AbstractTBean AbstractTBean is an abstract base class for a TBean implementation which is useful for implementation inheritence.
FactoryMethodTBeanFactory TBeanFactory implementation which uses a factory method to construct TBeans.
SystemTestCase Base for all system tests.
TBeanManagerFactory Entry-point for creating a TBeanMaager.
ThreadMethodTBean Synthetic TBean whose body comes from a SystemTestCase method.
ThreadMethodTBeanFactory TBeanFactory implementation which uses a static method to synthesize simple TBeans.
 

Exception Summary
AlreadySynchronizedException Denotes attempt to synchronize a TBean at multiple sync-points simultaneously.
InvalidMethodException Indicates an attempt to reflect an invalid method from a SystemTestCase.
SynchronizationException Indicates an error while synchronizing.
 

Package org.sysunit Description

The core API and base classes of the SysUnit library.



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