Class TurbineUserManagerTest
- java.lang.Object
-
- org.apache.fulcrum.testcontainer.BaseUnit5Test
-
- org.apache.fulcrum.security.torque.turbine.TurbineUserManagerTest
-
public class TurbineUserManagerTest extends org.apache.fulcrum.testcontainer.BaseUnit5Test
Test user with attached object (user-role-goup relationship)- Version:
- $Id$
- Author:
- Georg Kallidis
-
-
Constructor Summary
Constructors Constructor Description TurbineUserManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtearDown()voidtestAddUser()voidtestAddUserTwiceFails()voidtestAuthenticate()voidtestChangePassword()voidtestCheckExists()voidtestCheckExistsWithString()voidtestCheckUserCaseSensitiveExists()voidtestForcePassword()voidtestGetACL()voidtestGetAllUsers()voidtestGetUserById()voidtestGetUserInstance()voidtestGetUserInstanceString()voidtestGetUserString()voidtestGetUserStringString()voidtestRemoveUser()voidtestSaveUser()Need to figure out if save is something we want.. right now it just bloes up if you actually change anything.
-
-
-
Constructor Detail
-
TurbineUserManagerTest
public TurbineUserManagerTest()
-
-
Method Detail
-
setUp
@BeforeEach public void setUp()
-
tearDown
@AfterEach public void tearDown()
- Overrides:
tearDownin classorg.apache.fulcrum.testcontainer.BaseUnit5Test
-
testCheckExists
@Test public void testCheckExists() throws Exception
- Throws:
Exception
-
testCheckExistsWithString
@Test public void testCheckExistsWithString() throws Exception
- Throws:
Exception
-
testGetUserString
@Test public void testGetUserString() throws Exception
- Throws:
Exception
-
testGetUserById
@Test public void testGetUserById() throws Exception
- Throws:
Exception
-
testGetUserStringString
@Test public void testGetUserStringString() throws Exception
- Throws:
Exception
-
testGetAllUsers
@Test public void testGetAllUsers() throws Exception
- Throws:
Exception
-
testAuthenticate
@Test public void testAuthenticate() throws Exception
- Throws:
Exception
-
testChangePassword
@Test public void testChangePassword() throws Exception
- Throws:
Exception
-
testForcePassword
@Test public void testForcePassword() throws Exception
- Throws:
Exception
-
testGetUserInstance
@Test public void testGetUserInstance() throws Exception
- Throws:
Exception
-
testGetUserInstanceString
@Test public void testGetUserInstanceString() throws Exception
- Throws:
Exception
-
testSaveUser
@Test public void testSaveUser() throws Exception
Need to figure out if save is something we want.. right now it just bloes up if you actually change anything.- Throws:
Exception
-
testGetACL
@Test public void testGetACL() throws Exception
- Throws:
Exception
-
testRemoveUser
@Test public void testRemoveUser() throws Exception
- Throws:
Exception
-
testAddUser
@Test public void testAddUser() throws Exception
- Throws:
Exception
-
testAddUserTwiceFails
public void testAddUserTwiceFails() throws Exception
- Throws:
Exception
-
testCheckUserCaseSensitiveExists
@Test public void testCheckUserCaseSensitiveExists() throws Exception
- Throws:
Exception
-
-