org.mftech.dawn.plugins.dawn.testing.unittests
Class UserManagerFactoryTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mftech.dawn.plugins.dawn.testing.unittests.UserManagerFactoryTest
All Implemented Interfaces:
junit.framework.Test

public class UserManagerFactoryTest
extends junit.framework.TestCase


Constructor Summary
UserManagerFactoryTest()
           
 
Method Summary
 void testAssignments()
           
 void testCreationOfGlobalManager()
           
 void testCreationOfStandardManager()
           
 void testCreatoion()
           
 void testCreator()
           
 void testRoles()
           
 void testUsers()
           
 
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

UserManagerFactoryTest

public UserManagerFactoryTest()
Method Detail

testCreatoion

public void testCreatoion()

testCreator

public void testCreator()

testRoles

public void testRoles()

testUsers

public void testUsers()

testCreationOfGlobalManager

public void testCreationOfGlobalManager()

testCreationOfStandardManager

public void testCreationOfStandardManager()

testAssignments

public void testAssignments()