|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--org.apache.cactus.AbstractTestCase | +--org.apache.cactus.TestAbstractTestCase_InterceptorTestCase
Test TestCase
class that intercepts all exceptions (and assert
them) coming from test case classes that inherits from it. This class is
used to unit test the TestAbstractTestCase
class.
Fields inherited from class org.apache.cactus.AbstractTestCase |
currentTestMethod |
Constructor Summary | |
TestAbstractTestCase_InterceptorTestCase(java.lang.String theName)
Constructs a test case with the given name. |
Methods inherited from class org.apache.cactus.AbstractTestCase |
runBare, runBareServerTest |
Methods inherited from class junit.framework.TestCase |
countTestCases, getName, name, 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, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestAbstractTestCase_InterceptorTestCase(java.lang.String theName)
theName
- the name of the test case
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |