Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.cactus.integration.maven.test.* (6)

org.apache.cactus.integration.maven: Javadoc index of package org.apache.cactus.integration.maven.


Package Samples:

org.apache.cactus.integration.maven.test

Classes:

CactusScanner: Process org.apache.tools.ant.types.FileSet and extracts classes that are Cactus tests. As a Cactus test can be a simple JUnit test case wrapped in a Cactus suite, it is very difficult to find out only Cactus tests. Thus, in this version, we are only finding JUnit tests. A class is considered to be a JUnit Test Case if: It extends junit.framework.TestCase It is not abstract It has at least one method that starts with "test", returns void and takes no parameters
CactusScannerTag: Cactus Jelly Tag that scans Ant FileSets and return a list of qualified class name that are Cactus TestCases (i.e. ServletTestCase, JspTestCase or FilterTestCase) or subclasses of Cactus TestCases. Note: This is useful when used with the <junit> Ant task for example, in order to find out the list of tests to execute.
TestResources: 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.
CactusTagLibrary: Maven tag library for use in Jelly scripts.
Sub2Test
Sub3Test
Super3Test
Super2Test
PropertiesTest

Home | Contact Us | Privacy Policy | Terms of Service