|
||||||||||
| 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.openmdx.test.security.auth.ServletTestCase
org.openmdx.test.security.auth.TestHttpHandler
public class TestHttpHandler
Test Simple Callback Handler
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openmdx.test.security.auth.ServletTestCase |
|---|
ServletTestCase.TestConfig, ServletTestCase.TestContext, ServletTestCase.TestRequest, ServletTestCase.TestResponse |
| Field Summary | |
|---|---|
protected static DateFormat |
dateFormat
|
| Constructor Summary | |
|---|---|
TestHttpHandler()
Constructor |
|
TestHttpHandler(String name)
Constructor |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
The batch TestRunner can be given a class to run directly. |
protected ServletConfig |
newConfig()
|
static junit.framework.Test |
suite()
A test runner either expects a static method suite as the entry point to get a test to run or it will extract the suite automatically. |
void |
testInsecureExceptionHandler()
Method to be detected by the TestSuite |
void |
testLoginServlet()
Method to be detected by the TestSuite |
void |
testSimpleCallbackHandler()
Method to be detected by the TestSuite |
| Methods inherited from class org.openmdx.test.security.auth.ServletTestCase |
|---|
getContextPath, newFile |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final DateFormat dateFormat
| Constructor Detail |
|---|
public TestHttpHandler()
public TestHttpHandler(String name)
name - | Method Detail |
|---|
protected ServletConfig newConfig()
public static void main(String[] args)
public static junit.framework.Test suite()
public void testSimpleCallbackHandler()
throws Exception
TestSuite
Exception
public void testInsecureExceptionHandler()
throws Exception
TestSuite
Exception
public void testLoginServlet()
throws Exception
TestSuite
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||