Method Summary |
|
final protected void | assertMessageLogged(String theMessage, int theLogLevel) Asserts that a specific message has been logged at a specific log level. |
final protected void | assertMessageLoggedContaining(String theSubstring, int theLogLevel) Asserts that a message containing the specified substring has been logged
at a specific log level. |
final protected void | assertTargetExecuted(String theName) Asserts that a named target has been executed. |
final public void | buildFinished(BuildEvent theEvent) |
final public void | buildStarted(BuildEvent theEvent) |
final protected void | executeTestTarget() Executes the target in the project that corresponds to the current test
case. |
protected String | getLog(int theLogLevel) |
final protected Project | getProject() Returns the Ant project. |
final protected File | getProjectDir() Returns the base directory of the Ant project. |
final protected Target | getTestTarget() Returns the target in the project that corresponds to the current test
case. |
final public void | messageLogged(BuildEvent theEvent) |
protected void | setUp() Initializes a fresh Ant project with a target named after the name of the
test case. |
final public void | targetFinished(BuildEvent theEvent) |
final public void | targetStarted(BuildEvent theEvent) |
final public void | taskFinished(BuildEvent theEvent) |
final public void | taskStarted(BuildEvent theEvent) |
protected void | tearDown() |