org.globus.ogsa.impl.base.cas.server.test
Class TestSetup

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.impl.base.cas.server.test.TestSetup

public class TestSetup
extends TestCase

See Also:
Serialized Form

Constructor Summary
TestSetup(java.lang.String name)
           
 
Method Summary
static CommunityAuthorizationServicePortType getCasPort()
           
static void setParams(java.lang.String instanceURL)
           
static void shutDown()
           
static Test suite()
           
static void testSetup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSetup

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

suite

public static Test suite()

setParams

public static void setParams(java.lang.String instanceURL)

testSetup

public static void testSetup()
                      throws java.lang.Exception
Throws:
java.lang.Exception

getCasPort

public static CommunityAuthorizationServicePortType getCasPort()
                                                        throws java.lang.Exception
Throws:
java.lang.Exception

shutDown

public static void shutDown()
                     throws java.lang.Exception
Throws:
java.lang.Exception