java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.RuntimeCollective.webapps.RuntimeTestCase
com.RuntimeCollective.webapps.test.WebappsTestCase
com.RuntimeCollective.permission.test.PermissionTestMethods
com.RuntimeCollective.permission.test.NewPermissionTest
- All Implemented Interfaces:
- junit.framework.Test
- public class NewPermissionTest
- extends PermissionTestMethods
This is the Permission test methods, configured in the new way.
It requires several sysproperties: logonPath, relogonPath.
- Version:
- $Id: NewPermissionTest.java,v 1.3 2003/09/30 15:12:51 joe Exp $
| Fields inherited from class com.RuntimeCollective.webapps.test.WebappsTestCase |
|
| Fields inherited from class junit.framework.TestCase |
|
|
Method Summary |
protected void |
setUp()
This has been copied over from the theseus test cases, and will
be updated to use the RuntimeTestCase init routines shortly |
protected void |
tearDown()
Tears down the fixture, for example, close a network connection. |
| Methods inherited from class com.RuntimeCollective.webapps.test.WebappsTestCase |
checkBeanStore, getBeanNames, getNameId, getStoreClassForBeanName, initialiseBeanStore, initMailSession, initUserGroups, printBeanStoreClasses, registerBeanClass, registerBeanClass, resetBeanRegister, testCheckEntityBeanStoreValid |
| 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 |
DEFAULT_STORE_CLASS
protected java.lang.String DEFAULT_STORE_CLASS
NewPermissionTest
public NewPermissionTest(java.lang.String name)
setUp
protected void setUp()
- Description copied from class:
com.RuntimeCollective.webapps.test.WebappsTestCase
- This has been copied over from the theseus test cases, and will
be updated to use the RuntimeTestCase init routines shortly
tearDown
protected void tearDown()
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.