Methods Summary |
---|
public void | setUp()
configureProject("src/etc/testcases/taskdefs/typeadapter.xml");
|
public void | testDelay()
expectLogContaining("delay", "MyTask called");
|
public void | testOnErrorIgnore()
expectLog("onerror.ignore","");
|
public void | testOnErrorReport()
expectLogContaining("onerror.report",
"MyTaskNotPresent cannot be found");
|
public void | testRunAdapter()
expectLogContaining("runadapter", "MyRunnable called");
|
public void | testRunAdapterError()
expectBuildExceptionContaining(
"runadaptererror", "xx", "No public run() method in");
|
public void | testTaskAdapter()
expectLogContaining("taskadapter", "MyExec called");
|