org.globus.ogsa.impl.core.service.test
Class TestException

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.server.test.GridTestCase
          extended byorg.globus.ogsa.impl.core.service.test.TestException

public class TestException
extends GridTestCase

tests chained wsdl exception support

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.globus.ogsa.server.test.GridTestCase
TEST_SERVER
 
Constructor Summary
TestException(java.lang.String name)
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
 void testCustom()
           
 void testGeneric()
           
 void testLocal()
           
 
Methods inherited from class org.globus.ogsa.server.test.GridTestCase
setTestServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestException

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

suite

public static Test suite()

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class GridTestCase
Throws:
java.lang.Exception

testGeneric

public void testGeneric()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testCustom

public void testCustom()
                throws java.lang.Exception
Throws:
java.lang.Exception

testLocal

public void testLocal()
               throws java.lang.Exception
Throws:
java.lang.Exception