Uses of Interface
org.apache.ant.antunit.AntUnitExecutionNotifier
-
Packages that use AntUnitExecutionNotifier Package Description org.apache.ant.antunit org.apache.ant.antunit.junit3 EXPERIMENTAL adapter to run AntUnit tests from within a JUnit3 test runner. -
-
Uses of AntUnitExecutionNotifier in org.apache.ant.antunit
Fields in org.apache.ant.antunit declared as AntUnitExecutionNotifier Modifier and Type Field Description private AntUnitExecutionNotifier
AntUnit. notifier
Methods in org.apache.ant.antunit with parameters of type AntUnitExecutionNotifier Modifier and Type Method Description private void
AntUnitScriptRunner. endSuite(java.lang.Throwable caught, AntUnitExecutionNotifier notifier)
Executes the suiteTearDown target if presents and report any execution error.private void
AntUnitScriptRunner. fireFailOrError(java.lang.String targetName, org.apache.tools.ant.BuildException e, AntUnitExecutionNotifier notifier)
Try to see whether the BuildException e is an AssertionFailedException or is caused by an AssertionFailedException.void
AntUnitScriptRunner. runSuite(java.util.List suiteTargets, AntUnitExecutionNotifier notifier)
Executes the suite.private void
AntUnitScriptRunner. runTarget(java.lang.String name, AntUnitExecutionNotifier notifier)
Run the specific test target, possibly between the setUp and tearDown targets if it exists.private boolean
AntUnitScriptRunner. startSuite(AntUnitExecutionNotifier notifier)
Executes the suiteSetUp target if presents and report any execution error. -
Uses of AntUnitExecutionNotifier in org.apache.ant.antunit.junit3
Classes in org.apache.ant.antunit.junit3 that implement AntUnitExecutionNotifier Modifier and Type Class Description (package private) class
JUnitNotificationAdapter
Adapt AntUnitExecutionNotifier events into JUnit3 TestResult eventsMethods in org.apache.ant.antunit.junit3 with parameters of type AntUnitExecutionNotifier Modifier and Type Method Description void
AntUnitSuite. runInContainer(java.util.List targetList, AntUnitExecutionNotifier notifier)
Execute the test suite in a 'container' similar to the ant 'container'.
-