| org.apache.cactus.integration.ant.container.TestAbstractContainer
TestAbstractContainer | public class TestAbstractContainer extends TestCase (Code) | | Unit tests for
AbstractContainer .
version: $Id: TestAbstractContainer.java 239003 2004-05-31 20:05:27Z vmassol $ |
Method Summary | |
protected void | setUp() | public void | testCreateFilterChainOk() Verify that the Ant filter chain is correctly configured to
replace the "cactus.port" and "cactus.context" tokens. |
setUp | protected void setUp()(Code) | | See Also: TestCase.setUp |
testCreateFilterChainOk | public void testCreateFilterChainOk() throws Exception(Code) | | Verify that the Ant filter chain is correctly configured to
replace the "cactus.port" and "cactus.context" tokens.
throws: Exception - if an error happens during the test |
|
|