org.objectweb.dolphin.test.framework
Class RegistrationTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.objectweb.dolphin.test.framework.JSR88TestCase
              extended byorg.objectweb.dolphin.test.framework.RegistrationTest
All Implemented Interfaces:
junit.framework.Test

public abstract class RegistrationTest
extends JSR88TestCase


Constructor Summary
RegistrationTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testConnectedManagerRetreive()
           
 void testDisconnectedManagerRetreive()
           
 void testInvalidPassword()
           
 void testInvalidURIHandling()
           
 void testInvalidUsername()
           
 void testManifest()
           
 void testRegistration()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistrationTest

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

setUp

public void setUp()

testManifest

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

testRegistration

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

testConnectedManagerRetreive

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

testDisconnectedManagerRetreive

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

testInvalidURIHandling

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

testInvalidPassword

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

testInvalidUsername

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