| |
|
| org.apache.turbine.om.security.TurbineUserTest
TurbineUserTest | public class TurbineUserTest extends ServletTestCase (Code) | | Test the TurbineUser
This tests that we can use the TurbineUser classes. Note, this can be very dependent
on various configuration values.
author: Eric Pugh version: $Id: TurbineUserTest.java 534527 2007-05-02 16:10:59Z tv $ |
TurbineUserTest | public TurbineUserTest(String name)(Code) | | Constructor for TurbineUserTest.
Parameters: arg0 - |
setUp | protected void setUp() throws Exception(Code) | | This will setup an instance of turbine to use when testing
if an exception occurs. |
suite | public static Test suite()(Code) | | Return a test suite of all our tests.
a Test value |
tearDown | protected void tearDown() throws Exception(Code) | | Shut down our turbine servlet and let our parents clean up also.
exception: Exception - if an error occurs |
testCreatingTurbineUser | public void testCreatingTurbineUser() throws Exception(Code) | | Tests if a TurbineUser can be created. This seemed to cause
errors at one point.
|
testSavingAndStoringPermValues | public void testSavingAndStoringPermValues() throws Exception(Code) | | |
testSavingAndStoringTemporaryValues | public void testSavingAndStoringTemporaryValues() throws Exception(Code) | | |
|
|
|