java.lang.ObjectUnit tests for EarParser .junit.framework.TestCase
org.apache.cactus.integration.ant.deployment.TestEarParser
$ - Id: TestEarParser.java,v 1.1 2004/05/31 20:05:24 vmassol Exp $| Method from org.apache.cactus.integration.ant.deployment.TestEarParser Summary: |
|---|
| setUp, testParseTestContextWhenNoWebUriInApplicationXml, testParseTestContextWhenWebUriDefined |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.cactus.integration.ant.deployment.TestEarParser Detail: |
|---|
|
application.xml does not define a
context-root element, an exception is raised. |
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. |