| java.lang.Object com.sun.midp.i3test.TestCase com.sun.midp.io.j2me.http.TestHttpHeaders
Method Summary | |
public void | runTests() Runs all the tests. | void | setUp() | void | tearDown() | void | testOutput() Tests that the output matches the case of what was passed by the
programmer. | void | testOverwrite() Tests overwriting of a property in a case-insensitive fashion. | void | testParsing() Tests parsing of different pieces of the URL. | void | testSetGet() Tests that getting a property is case-insensitive relative to a
property that had been set previously. |
conn | StubHttpProtocol conn(Code) | | |
tearDown | void tearDown()(Code) | | |
testOutput | void testOutput() throws IOException(Code) | | Tests that the output matches the case of what was passed by the
programmer.
|
testOverwrite | void testOverwrite() throws IOException(Code) | | Tests overwriting of a property in a case-insensitive fashion.
|
testParsing | void testParsing()(Code) | | Tests parsing of different pieces of the URL.
|
testSetGet | void testSetGet() throws IOException(Code) | | Tests that getting a property is case-insensitive relative to a
property that had been set previously.
|
Methods inherited from com.sun.midp.i3test.TestCase | public void assertEquals(Object expected, Object actual)(Code)(Java Doc) public void assertEquals(String message, Object expected, Object actual)(Code)(Java Doc) public void assertEquals(int expected, int actual)(Code)(Java Doc) public void assertEquals(String message, int expected, int actual)(Code)(Java Doc) public void assertFalse(boolean condition)(Code)(Java Doc) public void assertFalse(String message, boolean condition)(Code)(Java Doc) public void assertNotNull(Object object)(Code)(Java Doc) public void assertNotNull(String message, Object object)(Code)(Java Doc) public void assertNotSame(Object expected, Object actual)(Code)(Java Doc) public void assertNotSame(String message, Object expected, Object actual)(Code)(Java Doc) public void assertNull(Object object)(Code)(Java Doc) public void assertNull(String message, Object object)(Code)(Java Doc) public void assertSame(Object expected, Object actual)(Code)(Java Doc) public void assertSame(String message, Object expected, Object actual)(Code)(Java Doc) public void assertTrue(String message, boolean condition)(Code)(Java Doc) public void assertTrue(boolean condition)(Code)(Java Doc) public void declare(String testName)(Code)(Java Doc) public void fail()(Code)(Java Doc) public void fail(String message)(Code)(Java Doc) protected SecurityToken getSecurityToken()(Code)(Java Doc) protected boolean getVerbose()(Code)(Java Doc) public void info(String s)(Code)(Java Doc) abstract public void runTests() throws Throwable(Code)(Java Doc)
|
|
|