| org.apache.cactus.sample.servlet.unit.TestJUnitTestCaseWrapper
TestJUnitTestCaseWrapper | public class TestJUnitTestCaseWrapper extends TestCase (Code) | | Pure JUnit Test Case that we run on the server side using Cactus, by
using a
ServletTestSuite .
version: $Id: TestJUnitTestCaseWrapper.java 238816 2004-02-29 16:36:46Z vmassol $ |
Method Summary | |
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. |
setUp | public void setUp()(Code) | | No-op test just to verify that pure JUnit tests can be executed on the
server side using Cactus.
|
suite | public static Test suite()(Code) | | Runs this pure JUnit Test Case with Cactus, wrapping it in
a Servlet Test Case.
the test suite containing all tests to run |
tearDown | public void tearDown()(Code) | | No-op test just to verify that pure JUnit tests can be executed on the
server side using Cactus.
|
testXXX | public void testXXX()(Code) | | No-op test just to verify that pure JUnit tests can be executed on the
server side using Cactus.
|
|
|