org.sysunit
Interface TBeanManager

All Known Implementing Classes:
LocalTBeanManager

public interface TBeanManager

Manages the instantiation and lifecycle of tbeans.

Version:
$Id: TBeanManager.java,v 1.2 2003/06/06 14:09:11 werken Exp $
Author:
Bob McWhirter
See Also:
TBeanManagerFactory, TBean, SystemTestCase

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)
           
 

Method Detail

init

void init()
          throws Exception
Initialize the manager.

Throws:
Exception - If an error occurs while attempting to perform initialization.

setUpTBeans

void setUpTBeans(SystemTestCase testCase)
                 throws Exception
Set up the TBeans for a SystemTestCase.

Parameters:
testCase - The test case.
Throws:
Exception - If an error occurs while attempting to set up the TBeans of the test case.

validateTBeans

Throwable[] validateTBeans(SystemTestCase testCase)
                           throws InterruptedException
Throws:
InterruptedException

tearDownTBeans

void tearDownTBeans(SystemTestCase testCase)
                    throws Exception
Tear down the TBeans for a SystemTestCase.

Parameters:
testCase - The test case.
Throws:
Exception - If an error occurs while attempting to tear down the TBeans of the test case.


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