gov.nih.nci.caarray.services.test
Class BaseInContainerTest

java.lang.Object
  extended by gov.nih.nci.caarray.services.test.BaseInContainerTest
All Implemented Interfaces:
InContainerTest
Direct Known Subclasses:
GeneralSecuredElementUpdateTester

public abstract class BaseInContainerTest
extends java.lang.Object
implements InContainerTest

Author:
Joshua Phillips

Field Summary
protected  java.util.Properties _testProps
           
protected  javax.transaction.UserTransaction _tx
           
 
Constructor Summary
BaseInContainerTest()
           
 
Method Summary
 void run(java.lang.String testName)
           
 void setUp(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_testProps

protected java.util.Properties _testProps

_tx

protected javax.transaction.UserTransaction _tx
Constructor Detail

BaseInContainerTest

public BaseInContainerTest()
Method Detail

setUp

public void setUp(java.util.Properties props)
           throws TestException
Specified by:
setUp in interface InContainerTest
Throws:
TestException

run

public void run(java.lang.String testName)
         throws TestException
Specified by:
run in interface InContainerTest
Throws:
TestException