|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletTestCase | |
| j2eeunit | Base package for the J2EEUnit project. |
| j2eeunit.server | |
| Uses of ServletTestCase in j2eeunit |
| Subclasses of ServletTestCase in j2eeunit | |
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. |
| Uses of ServletTestCase in j2eeunit.server |
| Methods in j2eeunit.server with parameters of type ServletTestCase | |
static void |
CallerHelper.callSetUpMethod(ServletTestCase theTestCase)
Call the setUp method if it exists. |
static void |
CallerHelper.callTearDownMethod(ServletTestCase theTestCase)
Call the tearDown method if it exists. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||