org.opensubsystems.security.logic
Class RoleControllerSecurityTest

java.lang.Object
  extended by org.opensubsystems.security.logic.RoleControllerSecurityTest

public final class RoleControllerSecurityTest
extends java.lang.Object

Test for security facade above the persistance layer. Each method of role controller check if user was granted access rights required to perform any given operation. We do not test, if the security checks are performed correctly and if they work at all.

Version:
$Id: RoleControllerSecurityTest.java,v 1.9 2007/01/28 06:54:38 bastafidli Exp $
Author:
Julo Legeny

Nested Class Summary
static class RoleControllerSecurityTest.RoleControllerSecurityTestInternal
          Internal class which can be included in other test suites directly without including the above suite.
 
Method Summary
static junit.framework.Test suite()
          Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

suite

public static junit.framework.Test suite()
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us

Returns:
Test - suite of tests to run for this database


Copyright © 2003 - 2006 OpenSubsystems s.r.o.