org.globus.ogsa.server.test
Class GSITest

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.server.test.GridTestCase
          extended byorg.globus.ogsa.server.test.GSITest

public class GSITest
extends GridTestCase

tests secure notification

See Also:
Serialized Form

Nested Class Summary
 class GSITest.CounterNotification
           
 
Field Summary
 
Fields inherited from class org.globus.ogsa.server.test.GridTestCase
TEST_SERVER
 
Constructor Summary
GSITest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testNotification()
           
 
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

GSITest

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

main

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

suite

public static Test suite()

setUp

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

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testNotification

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