Methods Summary |
---|
public void | setUp()
configureProject("src/etc/testcases/core/extended-taskdef.xml");
|
protected void | tearDown()Automatically calls the target called "tearDown"
from the build file tested if it exits.
This allows to use Ant tasks directly in the build file
to clean up after each test. Note that no "setUp" target
is automatically called, since it's trivial to have a
test target depend on it.
super.tearDown();
executeTarget("teardown");
|
public void | testRun()
expectBuildExceptionContaining("testRun",
"exception thrown by the subclass",
"executing the Foo task");
|
public void | testRun2()
expectBuildExceptionContaining("testRun2",
"exception thrown by the subclass",
"executing the Foo task");
|