All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AntUnit Run every target whose name starts with "test" in a set of build files.AntUnit.Reference AntUnit.ReferenceSet Defines a collection of inheritedreferences
, with an optional nestedMapper
that maps them to new reference IDs in the target project.AntUnitExecutionNotifier Provides methods that allow the AntUnitScriptRunner to notify the test progress.AntUnitListener A test listener for <antunit>.AntUnitScriptRunner Run antunit tests suites.AntUnitSuite A JUnit 3 TestSuite that group a suite of AntUnit targets coming from an ant script.AntUnitSuiteRunner JUnit4 Runner to put in a RunWith annotation of the AntUnitSuite when using a JUnit4 runner.AntUnitTestCase JUnit TestCase that will executes a single AntUnit target.AssertionFailedException Specialized BuildException thrown by the AssertTask task.AssertTask Exits the active build, giving an additional message if the single nested condition fails or if there is no condition at all.BaseAntUnitListener A test listener for <antunit> modeled aftern the Plain JUnit test listener that is part of Ant.BaseAntUnitListener.AntUnitLogLevel BaseAntUnitListener.SendLogTo ErrorTestCase A TestCase that will just report an error when running.ExpectFailureTask Expects the nested tasks to throw a BuildException and optinally asserts the message of that exception.FailureAntUnitListener This AntUnitListener creates a new buildfile with a target for each failed test target in the AntUnit run.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.LogForwarder A test listener for <antunit> who's whole purpose is to forward log output from the project under test to the project executing the <antunit> task.PlainAntUnitListener A test listener for <antunit> modelled after the Plain JUnit test listener that is part of Ant.ProjectFactory Provides project instances for AntUnit execution.ResourceExists A condition that tests whether a given resource exists.XMLAntUnitListener A test listener for <antunit> modelled after the XML JUnit test listener that is part of Ant.XMLConstants Interface groups XML constants.