Interface | Description |
---|---|
AntUnitListener |
A test listener for <antunit>.
|
Class | Description |
---|---|
AntUnit |
Run every target whose name starts with "test" in a set of build files.
|
AssertTask |
Exits the active build, giving an additional message if the single
nested condition fails.
|
ExpectFailureTask |
Expects the nested tasks to throw a BuildException and optinally
asserts the message of that exception.
|
LogCapturer |
Captures log messages generated during an antunit task run and
makes them available to tasks via a project reference.
|
LogContains |
A condition that tests the log output of the current project for a
given string.
|
LogContent |
Exposes AntUnit log content as a (read-only) Resource.
|
Exception | Description |
---|---|
AssertionFailedException |
Specialized BuildException thrown by the AssertTask task.
|
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.