Methods Summary |
---|
public void | setUp()
configureProject("src/etc/testcases/types/poly.xml");
|
public void | testFileSet()
expectLogContaining("fileset", "types.FileSet");
|
public void | testFileSetAntType()
expectLogContaining("fileset-ant-type", "types.PolyTest$MyFileSet");
|
public void | testPath()
expectLogContaining("path", "types.Path");
|
public void | testPathAntType()
expectLogContaining("path-ant-type", "types.PolyTest$MyPath");
|