| |
|
| org.apache.cactus.integration.ant.deployment.webapp.TestWarArchive
TestWarArchive | final public class TestWarArchive extends TestCase (Code) | | Unit tests for
WarArchive .
version: $Id: TestWarArchive.java 239003 2004-05-31 20:05:27Z vmassol $ |
Method Summary | |
public void | testContainsClassEmpty() Verifies that the method containsClass() returns
false if the WAR does not contain such a class. | public void | testContainsClassInWebinfClasses() Verifies that the method containsClass() returns
true if the WAR contains the requested class in
WEB-INF/classes . | public void | testContainsClassInWebinfLib() Verifies that the method containsClass() returns
true if the WAR contains the requested class in a JAR in
WEB-INF/lib . |
testContainsClassEmpty | public void testContainsClassEmpty() throws Exception(Code) | | Verifies that the method containsClass() returns
false if the WAR does not contain such a class.
throws: Exception - If an unexpected error occurs |
testContainsClassInWebinfClasses | public void testContainsClassInWebinfClasses() throws Exception(Code) | | Verifies that the method containsClass() returns
true if the WAR contains the requested class in
WEB-INF/classes .
throws: Exception - If an unexpected error occurs |
testContainsClassInWebinfLib | public void testContainsClassInWebinfLib() throws Exception(Code) | | Verifies that the method containsClass() returns
true if the WAR contains the requested class in a JAR in
WEB-INF/lib .
throws: Exception - If an unexpected error occurs |
|
|
|