Methods Summary |
---|
protected void | setUp()
super.setUp();
configureProject(BUILD_FILE);
|
public void | testDirsetPath()
executeTarget("dirsetPath");
|
public void | testDirsetPathWithoutPackagenames()
try {
executeTarget("dirsetPathWithoutPackagenames");
} catch (BuildException e) {
fail("Contents of path should be picked up without specifying package names: " + e);
}
|
public void | testDoublyNestedFileset()
executeTarget("doublyNestedFileset");
|
public void | testDoublyNestedFilesetNoPatterns()
executeTarget("doublyNestedFilesetNoPatterns");
|
public void | testFilelistPath()
try {
executeTarget("filelistPath");
} catch (BuildException e) {
fail("A path can contain filelists: " + e);
}
|
public void | testFilesetPath()
try {
executeTarget("filesetPath");
} catch (BuildException e) {
fail("A path can contain filesets: " + e);
}
|
public void | testNestedDirsetPath()
executeTarget("nestedDirsetPath");
|
public void | testNestedFilelistPath()
try {
executeTarget("nestedFilelistPath");
} catch (BuildException e) {
fail("A path can contain nested filelists: " + e);
}
|
public void | testNestedFilesetNoPatterns()
executeTarget("nestedFilesetNoPatterns");
|
public void | testNestedFilesetPath()
try {
executeTarget("nestedFilesetPath");
} catch (BuildException e) {
fail("A path can contain nested filesets: " + e);
}
|
public void | testNestedFilesetRef()
executeTarget("nestedFilesetRef");
|
public void | testNestedFilesetRefInPath()
executeTarget("nestedFilesetRefInPath");
|
public void | testNestedSource()
executeTarget("nestedSource");
|
public void | testPathelementLocationPath()
try {
executeTarget("pathelementLocationPath");
} catch (BuildException e) {
fail("A path can contain pathelements pointing to a file: " + e);
}
|
public void | testPathelementPath()
executeTarget("pathelementPath");
|