Methods Summary |
---|
public void | setUp()
configureProject("src/etc/testcases/taskdefs/nice.xml");
|
public void | testCurrent()
executeTarget("current");
|
public void | testFaster()
executeTarget("faster");
|
public void | testNoop()
executeTarget("noop");
|
public void | testSlower()
executeTarget("slower");
|
public void | testTooFast()
expectBuildExceptionContaining(
"too_fast", "out of range", "out of the range 1-10");
|
public void | testTooSlow()
expectBuildExceptionContaining(
"too_slow","out of range","out of the range 1-10");
|