org.globus.ogsa.impl.core.management.test
Class SecurityTests

java.lang.Object
  extended byTestSuite
      extended byorg.globus.ogsa.server.test.GridTestSuite
          extended byorg.globus.ogsa.impl.core.management.test.SecurityTests

public class SecurityTests
extends GridTestSuite

tests OgsiManagement grid service

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.ogsa.server.test.GridTestSuite
testServer
 
Constructor Summary
SecurityTests(java.lang.String name)
           
 
Method Summary
static Test suite()
          setup test suite either run all test cases, or individual ones as needed to run individual testCases, uncomment them below, and comment out other suite() method
 
Methods inherited from class org.globus.ogsa.server.test.GridTestSuite
addTestSuite, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityTests

public SecurityTests(java.lang.String name)
Method Detail

suite

public static Test suite()
                  throws java.lang.Exception
setup test suite either run all test cases, or individual ones as needed to run individual testCases, uncomment them below, and comment out other suite() method

Throws:
java.lang.Exception