|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTestCase | |
org.apache.cactus | Contains all classes needed for Writing Cactus test classes. |
Uses of AbstractTestCase in org.apache.cactus |
Subclasses of AbstractTestCase in org.apache.cactus | |
class |
FilterTestCase
Test classes that need access to valid Filter implicit objects (such as the FilterConfig and FilterChain objects) must
subclass this class. |
class |
JspTestCase
Test classes that need access to valid JSP implicit objects (such as the page context, the output jsp writer, the HTTP request, ...) must subclass this class. |
class |
ServletTestCase
Test classes that need access to valid Servlet implicit objects (such as the the HTTP request, the HTTP response, the servlet config, ...) must subclass this class. |
class |
TestAbstractTestCase
Unit tests of the AbstractTestCase class. |
class |
TestAbstractTestCase_InterceptorTestCase
Test TestCase class that intercepts all exceptions (and assert
them) coming from test case classes that inherits from it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |