| org.apache.cactus.integration.ant.deployment.TestEarParser
TestEarParser | final public class TestEarParser extends TestCase (Code) | | Unit tests for
EarParser .
version: $Id: TestEarParser.java 239003 2004-05-31 20:05:27Z vmassol $ |
setUp | protected void setUp()(Code) | | See Also: TestCase.setUp |
testParseTestContextWhenNoWebUriInApplicationXml | public void testParseTestContextWhenNoWebUriInApplicationXml() throws Exception(Code) | | Verify that if the application.xml does not define a
context-root element, an exception is raised.
exception: Exception - on error |
testParseTestContextWhenWebUriDefined | public void testParseTestContextWhenWebUriDefined() throws Exception(Code) | | Verify that if the application.xml defines a
context-root element, then Cactus will use it
as the test context to use when polling the container to see
if it is started.
exception: Exception - on error |
|
|