Methods Summary |
---|
public void | setUp()
configureProject("src/etc/testcases/taskdefs/xmlns.xml");
|
public void | testCore()
expectLog("core", "MyTask called");
|
public void | testExcluded()
expectBuildExceptionContaining(
"excluded", "excluded uri",
"Attempt to use a reserved URI ant:notallowed");
|
public void | testNsAttributes()
expectLog("ns.attributes", "hello world");
|
public void | testOther()
expectLog("other", "a message");
|
public void | testXmlns()
expectLog("xmlns", "MyTask called");
|
public void | testXmlnsFile()
expectLog("xmlns.file", "MyTask called");
|