Uses of Class
org.apache.commons.cactus.AbstractTestCase

Packages that use AbstractTestCase
org.apache.commons.cactus Base package for the Cactus project.  
 

Uses of AbstractTestCase in org.apache.commons.cactus
 

Subclasses of AbstractTestCase in org.apache.commons.cactus
 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.
 



Copyright © 2000-2001 Apache Software Foundation. All Rights Reserved.