FileDocCategorySizeDatePackage
PathConvertTest.javaAPI DocApache Ant 1.701728Wed Dec 13 06:16:22 GMT 2006org.apache.tools.ant.taskdefs

PathConvertTest

public class PathConvertTest extends org.apache.tools.ant.BuildFileTest
Unit test for the <pathconvert> task.

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

    
       
        super(name);
    
Methods Summary
public voidsetUp()

        configureProject(BUILD_FILE);
    
private voidtest(java.lang.String target)

        executeTarget(target);
        assertPropertyEquals("result", "test#" + BUILD_FILENAME);
    
public voidtestMap()

        test("testmap");
    
public voidtestMapper()

        test("testmapper");
    
public voidtestNoTargetOs()

        executeTarget("testnotargetos");