org.sysunit.local
Class LocalTBeanManager

java.lang.Object
  extended by org.sysunit.local.LocalTBeanManager
All Implemented Interfaces:
TBeanManager

public class LocalTBeanManager
extends Object
implements TBeanManager

Single-JVM TBeanManager implementation.

Version:
$Id: LocalTBeanManager.java,v 1.2 2003/06/06 14:09:13 werken Exp $
Author:
Bob McWhirter
See Also:
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

LocalTBeanManager

public LocalTBeanManager()
Construct.

Method Detail

init

public void init()
Description copied from interface: TBeanManager
Initialize the manager.

Specified by:
init in interface TBeanManager
See Also:
TBeanManager

setUpTBeans

public void setUpTBeans(SystemTestCase testCase)
                 throws Exception
Description copied from interface: TBeanManager
Set up the TBeans for a SystemTestCase.

Specified by:
setUpTBeans in interface TBeanManager
Parameters:
testCase - The test case.
Throws:
Exception - If an error occurs while attempting to set up the TBeans of the test case.
See Also:
TBeanManager

validateTBeans

public Throwable[] validateTBeans(SystemTestCase testCase)
                           throws InterruptedException
Specified by:
validateTBeans in interface TBeanManager
Throws:
InterruptedException

tearDownTBeans

public void tearDownTBeans(SystemTestCase testCase)
                    throws Exception
Description copied from interface: TBeanManager
Tear down the TBeans for a SystemTestCase.

Specified by:
tearDownTBeans in interface TBeanManager
Parameters:
testCase - The test case.
Throws:
Exception - If an error occurs while attempting to tear down the TBeans of the test case.
See Also:
TBeanManager


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