Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.ant.deployment.webapp » [javadoc | source]
org.apache.cactus.integration.ant.deployment.webapp
public final class: TestWarArchive [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.integration.ant.deployment.webapp.TestWarArchive
Unit tests for WarArchive .
Method from org.apache.cactus.integration.ant.deployment.webapp.TestWarArchive Summary:
testContainsClassEmpty,   testContainsClassInWebinfClasses,   testContainsClassInWebinfLib
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.ant.deployment.webapp.TestWarArchive Detail:
 public  void testContainsClassEmpty() throws Exception 
    Verifies that the method containsClass() returns false if the WAR does not contain such a class.
 public  void testContainsClassInWebinfClasses() throws Exception 
    Verifies that the method containsClass() returns true if the WAR contains the requested class in WEB-INF/classes.
 public  void testContainsClassInWebinfLib() throws Exception 
    Verifies that the method containsClass() returns true if the WAR contains the requested class in a JAR in WEB-INF/lib.