Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.deployment » [javadoc | source]
org.apache.cactus.integration.ant.deployment
public final class: TestEarParser [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.integration.ant.deployment.TestEarParser
Unit tests for EarParser .
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:
 protected  void setUp() 
 public  void testParseTestContextWhenNoWebUriInApplicationXml() throws Exception 
    Verify that if the application.xml does not define a context-root element, an exception is raised.
 public  void testParseTestContextWhenWebUriDefined() throws Exception 
    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.