FileDocCategorySizeDatePackage
PropertySetTest.javaAPI DocApache Ant 1.701417Wed Dec 13 06:16:22 GMT 2006org.apache.tools.ant.types

PropertySetTest

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

Fields Summary
Constructors Summary
public PropertySetTest(String name)

        super(name);
    
Methods Summary
public voidsetUp()

        configureProject("src/etc/testcases/types/propertyset.xml");
    
public voidtestNestedMapped()

        executeTarget("nested-mapped");
    
public voidtestNestedMappedMapped()

        executeTarget("nested-mapped-mapped");
    
public voidtestReferenceToTwoReferences()

        executeTarget("reference-to-two-references");