FileDocCategorySizeDatePackage
JavadocTest.javaAPI DocApache Ant 1.704077Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.taskdefs

JavadocTest

public class JavadocTest extends org.apache.tools.ant.BuildFileTest

Fields Summary
private static final String
BUILD_PATH
private static final String
BUILD_FILENAME
private static final String
BUILD_FILE
Constructors Summary
public JavadocTest(String name)

        super(name);
    
Methods Summary
protected voidsetUp()


         
        super.setUp();
        configureProject(BUILD_FILE);
    
public voidtestDirsetPath()

        executeTarget("dirsetPath");
    
public voidtestDirsetPathWithoutPackagenames()

        try {
            executeTarget("dirsetPathWithoutPackagenames");
        } catch (BuildException e) {
            fail("Contents of path should be picked up without specifying package names: " + e);
        }
    
public voidtestDoublyNestedFileset()

        executeTarget("doublyNestedFileset");
    
public voidtestDoublyNestedFilesetNoPatterns()

        executeTarget("doublyNestedFilesetNoPatterns");
    
public voidtestFilelistPath()

        try {
            executeTarget("filelistPath");
        } catch (BuildException e) {
            fail("A path can contain filelists: " + e);
        }
    
public voidtestFilesetPath()

        try {
            executeTarget("filesetPath");
        } catch (BuildException e) {
            fail("A path can contain filesets: " + e);
        }
    
public voidtestNestedDirsetPath()

        executeTarget("nestedDirsetPath");
    
public voidtestNestedFilelistPath()

        try {
            executeTarget("nestedFilelistPath");
        } catch (BuildException e) {
            fail("A path can contain nested filelists: " + e);
        }
    
public voidtestNestedFilesetNoPatterns()

        executeTarget("nestedFilesetNoPatterns");
    
public voidtestNestedFilesetPath()

        try {
            executeTarget("nestedFilesetPath");
        } catch (BuildException e) {
            fail("A path can contain nested filesets: " + e);
        }
    
public voidtestNestedFilesetRef()

        executeTarget("nestedFilesetRef");
    
public voidtestNestedFilesetRefInPath()

        executeTarget("nestedFilesetRefInPath");
    
public voidtestNestedSource()

        executeTarget("nestedSource");
    
public voidtestPathelementLocationPath()

        try {
            executeTarget("pathelementLocationPath");
        } catch (BuildException e) {
            fail("A path can contain pathelements pointing to a file: " + e);
        }
    
public voidtestPathelementPath()

        executeTarget("pathelementPath");