Uses of Class
org.apache.cactus.internal.AbstractCactusTestCase

Packages that use AbstractCactusTestCase
org.apache.cactus Contains all classes needed for writing Cactus tests. 
org.apache.cactus.internal.server Contains the classes implementing the server side of Cactus. 
 

Uses of AbstractCactusTestCase in org.apache.cactus
 

Subclasses of AbstractCactusTestCase 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 JmsTestCase
          TestCase class to test Message Driven Beans (or any JMS listener for that matter).
 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
          Cactus test case to unit test Servlets.
 

Uses of AbstractCactusTestCase in org.apache.cactus.internal.server
 

Methods in org.apache.cactus.internal.server that return AbstractCactusTestCase
protected  AbstractCactusTestCase AbstractEJBTestCaller.getTestClassInstance(java.lang.String theClassName, java.lang.String theTestCaseName)
          A method to return an instance of the test-class.
 

Methods in org.apache.cactus.internal.server with parameters of type AbstractCactusTestCase
protected  void EJBTestCaller.setTestCaseFields(AbstractCactusTestCase theTestInstance)
          A constructor that takes the instance of the test-case as a parameter.
protected abstract  void AbstractEJBTestCaller.setTestCaseFields(AbstractCactusTestCase theTestCase)
          Setter method to set the test-case fields.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.