java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.ajp.test.TestAjp13
- All Implemented Interfaces:
- junit.framework.Test
- public class TestAjp13
- extends junit.framework.TestCase
Fields inherited from class junit.framework.TestCase |
|
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 |
log
private static org.apache.commons.logging.Log log
server
Ajp13Server server
TestAjp13
public TestAjp13(java.lang.String name)
suite
public static junit.framework.Test suite()
setUp
protected void setUp()
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
tearDown
protected void tearDown()
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
test1
public void test1()
throws java.lang.Exception
println
protected static void println(java.lang.String msg)
main
public static void main(java.lang.String[] args)
throws java.lang.Exception