*/
public void testContainsClass() throws Exception
{
JarArchive jar = new DefaultJarArchive(getTestInput(
"org/apache/cactus/integration/ant/deployment/containsclass.jar").getAbsolutePath());
assertTrue(jar.containsClass("test.Test"));
}
/**
* Verifies that the method <code>containsClass()</code> returns
* <code>false</code> if the JAR does not contain such a class.