Uses of Interface
org.apache.ant.antunit.AntUnitExecutionNotifier
Packages that use AntUnitExecutionNotifier
Package
Description
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 AntUnitExecutionNotifierMethods in org.apache.ant.antunit with parameters of type AntUnitExecutionNotifierModifier and TypeMethodDescriptionprivate void
AntUnitScriptRunner.endSuite
(Throwable caught, AntUnitExecutionNotifier notifier) Executes the suiteTearDown target if presents and report any execution error.private void
AntUnitScriptRunner.fireFailOrError
(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
(List suiteTargets, AntUnitExecutionNotifier notifier) Executes the suite.private void
AntUnitScriptRunner.runTarget
(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 AntUnitExecutionNotifierModifier and TypeClassDescription(package private) class
Adapt AntUnitExecutionNotifier events into JUnit3 TestResult eventsMethods in org.apache.ant.antunit.junit3 with parameters of type AntUnitExecutionNotifierModifier and TypeMethodDescriptionvoid
AntUnitSuite.runInContainer
(List targetList, AntUnitExecutionNotifier notifier) Execute the test suite in a 'container' similar to the ant 'container'.