Save This Page
Home » cactus-1.8.0-src » org.apache.cactus.integration.maven.test » [javadoc | source]
org.apache.cactus.integration.maven.test
public class: TestResources [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.cactus.internal.AbstractCactusTestCase
         org.apache.cactus.ServletTestCase
            org.apache.cactus.integration.maven.test.TestResources

All Implemented Interfaces:
    CactusTestCase

Verify that resources included with the cactus.resources.dirs properties are found in the resulting cactified WAR. Note that we're testing this by executing this code inside the container.
Fields inherited from org.apache.cactus.ServletTestCase:
request,  response,  session,  config
Method from org.apache.cactus.integration.maven.test.TestResources Summary:
testConfigProperties,   testConfigXml,   testExcludes,   testIncludes,   testRecursive,   testRecursiveDefault
Methods from org.apache.cactus.ServletTestCase:
createProtocolHandler
Methods from org.apache.cactus.internal.AbstractCactusTestCase:
createProtocolHandler,   runBare,   runBareServer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cactus.integration.maven.test.TestResources Detail:
 public  void testConfigProperties() 
 public  void testConfigXml() 
 public  void testExcludes() 
 public  void testIncludes() 
 public  void testRecursive() 
 public  void testRecursiveDefault()