FileDocCategorySizeDatePackage
PolyTest.javaAPI DocApache Ant 1.702064Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.types

PolyTest

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

Fields Summary
Constructors Summary
public PolyTest(String name)

        super(name);
    
Methods Summary
public voidsetUp()

        configureProject("src/etc/testcases/types/poly.xml");
    
public voidtestFileSet()

        expectLogContaining("fileset", "types.FileSet");
    
public voidtestFileSetAntType()

        expectLogContaining("fileset-ant-type", "types.PolyTest$MyFileSet");
    
public voidtestPath()

        expectLogContaining("path", "types.Path");
    
public voidtestPathAntType()

        expectLogContaining("path-ant-type", "types.PolyTest$MyPath");