org.globus.ogsa.repository.test
Class ServiceNodeTest

java.lang.Object
  extended byTestCase
      extended byorg.globus.ogsa.repository.test.ServiceNodeTest

public class ServiceNodeTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
ServiceNodeTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 void testBind()
           
 void testMultiBind()
           
 void testResolve()
           
 void testUnbind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceNodeTest

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

suite

public static Test suite()

main

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

testBind

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

testResolve

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

testUnbind

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

testMultiBind

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