Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.sample.servlet.unit » [javadoc | source]
org.apache.cactus.sample.servlet.unit
public class: TestJUnitTestCaseWrapper [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.sample.servlet.unit.TestJUnitTestCaseWrapper
Pure JUnit Test Case that we run on the server side using Cactus, by using a ServletTestSuite .
Method from org.apache.cactus.sample.servlet.unit.TestJUnitTestCaseWrapper Summary:
setUp,   suite,   tearDown,   testXXX
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.sample.servlet.unit.TestJUnitTestCaseWrapper Detail:
 public  void setUp() 
    No-op test just to verify that pure JUnit tests can be executed on the server side using Cactus.
 public static Test suite() 
    Runs this pure JUnit Test Case with Cactus, wrapping it in a Servlet Test Case.
 public  void tearDown() 
    No-op test just to verify that pure JUnit tests can be executed on the server side using Cactus.
 public  void testXXX() 
    No-op test just to verify that pure JUnit tests can be executed on the server side using Cactus.