|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.jboss.test.LoginModulesTestCase
Tests of the LoginModule classes.
Nested Class Summary | |
static class |
LoginModulesTestCase.HashTestLoginModule
|
static class |
LoginModulesTestCase.TestLoginModule
|
Constructor Summary | |
LoginModulesTestCase(String testName)
|
Method Summary | |
static void |
main(String[] args)
|
protected void |
setUp()
|
void |
testAnon()
|
void |
testAnonUsersRoles()
|
void |
testIdentity()
|
void |
testJdbc()
Use this InstantDB script to setup tables: ; First load the JDBC driver and open a database. |
void |
testLdap()
|
void |
testLdapNullPassword()
|
void |
testNull()
|
void |
testSimple()
|
void |
testUsernamePassword()
|
void |
testUsernamePasswordHash()
|
void |
testUsersRoles()
|
void |
testUsersRolesHash()
|
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LoginModulesTestCase(String testName)
Method Detail |
protected void setUp() throws Exception
Exception
public void testUsernamePassword() throws Exception
Exception
public void testUsernamePasswordHash() throws Exception
Exception
public void testUsersRoles() throws Exception
Exception
public void testUsersRolesHash() throws Exception
Exception
public void testAnonUsersRoles() throws Exception
Exception
public void testAnon() throws Exception
Exception
public void testNull() throws Exception
Exception
public void testIdentity() throws Exception
Exception
public void testSimple() throws Exception
Exception
public void testLdap() throws Exception
Exception
public void testLdapNullPassword() throws Exception
Exception
public void testJdbc() throws Exception
Exception
public static void main(String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |