gov.nih.nci.caarray.services.security.test
Class GeneralSecuredElementUpdateTester

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

public class GeneralSecuredElementUpdateTester
extends BaseInContainerTest
implements InContainerTest

Author:
Joshua Phillips

Field Summary
 
Fields inherited from class gov.nih.nci.caarray.services.test.BaseInContainerTest
_testProps, _tx
 
Constructor Summary
GeneralSecuredElementUpdateTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run(java.lang.String testName)
           
 void setUp(java.util.Properties props)
           
 java.lang.String testSecuredElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralSecuredElementUpdateTester

public GeneralSecuredElementUpdateTester()
Method Detail

setUp

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

run

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

testSecuredElement

public java.lang.String testSecuredElement()

main

public static void main(java.lang.String[] args)