|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | POINTCUT | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | POINTCUT | CONSTRUCTOR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--org.apache.cactus.AbstractTestCase
Abstract class that is a thin layer on top of JUnit and that knows about test cases that are executed on the server side. This class is independent of the protocol used to communicate from the Cactus client side and the Cactus server side; it can be HTTP, JMS, etc. Subclasses will define additional behaviour that depends on the protocol.
Field Summary | |
static String |
LOG_CLIENT_CONFIG
Name of properties file to initialize logging subsystem |
Constructor Summary | |
AbstractTestCase(String theName)
|
Method Summary | |
void |
runBare()
|
void |
runBareServerTest()
|
Methods inherited from class junit.framework.TestCase |
countTestCases, getName, run, run, setName, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String LOG_CLIENT_CONFIG
Constructor Detail |
public AbstractTestCase(String theName)
Method Detail |
public void runBare() throws java.lang.Throwable
public void runBareServerTest() throws java.lang.Throwable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTRUCTOR | METHOD | DETAIL: FIELD | CONSTRUCTOR | METHOD |