Methods Summary |
---|
public void | setUp()The JUnit setup method
configureProject("src/etc/testcases/taskdefs/conditions/typefound.xml");
|
public void | testMacro()
expectPropertySet("testMacro", "testMacro");
|
public void | testPreset()
expectPropertySet("testPreset", "testPreset");
|
public void | testTask()
expectPropertySet("testTask", "testTask");
|
public void | testTaskThatDoesntReallyExist()
expectPropertyUnset("testTaskThatDoesntReallyExist", "testTaskThatDoesntReallyExist");
|
public void | testTaskThatIsntDefined()
expectPropertyUnset("testTaskThatIsntDefined", "testTaskThatIsntDefined");
|
public void | testType()
expectPropertySet("testType", "testType");
|
public void | testUndefined()
expectBuildExceptionContaining("testUndefined","left out the name attribute", "No type specified");
|