org.olat.registration
Class RegistrationManagerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.olat.core.test.OlatTestCase
              extended by org.olat.registration.RegistrationManagerTest
All Implemented Interfaces:
junit.framework.Test

public class RegistrationManagerTest
extends OlatTestCase

Description:

Author:
Sabina Jeger

Constructor Summary
RegistrationManagerTest(java.lang.String name)
           
 
Method Summary
 void setUp()
          SetUp is called before each test
static junit.framework.Test suite()
          Export all test cases as suite.
 void testCreateTemporaryKeyEntry()
          Test load of temp key.
 void testLoadTemporaryKeyByRegistrationKey()
          Test load of temp key.
 void testLoadTemporaryKeyEntry()
          Test load of temp key.
 void testRegister()
          Test internal registration.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistrationManagerTest

public RegistrationManagerTest(java.lang.String name)
Parameters:
name -
Method Detail

setUp

public void setUp()
SetUp is called before each test

Overrides:
setUp in class junit.framework.TestCase

suite

public static junit.framework.Test suite()
                                  throws java.lang.Exception
Export all test cases as suite. testcase added to org.olat.test.AllTest.java

Returns:
DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!

testRegister

public void testRegister()
Test internal registration.


testLoadTemporaryKeyByRegistrationKey

public void testLoadTemporaryKeyByRegistrationKey()
Test load of temp key.


testLoadTemporaryKeyEntry

public void testLoadTemporaryKeyEntry()
Test load of temp key.


testCreateTemporaryKeyEntry

public void testCreateTemporaryKeyEntry()
Test load of temp key.