Uses of Class
j2eeunit.ServletTestCase

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.
 



Copyright © 2000-2001 Vincent Massol.