org.pentaho.di.repositoryexplorer.model
Class UISecurityTest

java.lang.Object
  extended by org.pentaho.di.repositoryexplorer.model.UISecurityTest

public class UISecurityTest
extends Object


Constructor Summary
UISecurityTest()
           
 
Method Summary
 void init()
           
 void testAddRole()
           
 void testAddUser()
           
 void testRemoveRole()
           
 void testRemoveUser()
           
 void testUpdateRole()
           
 void testUpdateUser()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UISecurityTest

public UISecurityTest()
Method Detail

init

public void init()

testAddUser

public void testAddUser()
                 throws Exception
Throws:
Exception

testUpdateUser

public void testUpdateUser()
                    throws Exception
Throws:
Exception

testRemoveUser

public void testRemoveUser()
                    throws Exception
Throws:
Exception

testAddRole

public void testAddRole()
                 throws Exception
Throws:
Exception

testUpdateRole

public void testUpdateRole()
                    throws Exception
Throws:
Exception

testRemoveRole

public void testRemoveRole()
                    throws Exception
Throws:
Exception