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 AntUnitExecutionNotifierAntUnit. notifierMethods in org.apache.ant.antunit with parameters of type AntUnitExecutionNotifier Modifier and Type Method Description private voidAntUnitScriptRunner. endSuite(java.lang.Throwable caught, AntUnitExecutionNotifier notifier)Executes the suiteTearDown target if presents and report any execution error.private voidAntUnitScriptRunner. 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.voidAntUnitScriptRunner. runSuite(java.util.List suiteTargets, AntUnitExecutionNotifier notifier)Executes the suite.private voidAntUnitScriptRunner. runTarget(java.lang.String name, AntUnitExecutionNotifier notifier)Run the specific test target, possibly between the setUp and tearDown targets if it exists.private booleanAntUnitScriptRunner. 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) classJUnitNotificationAdapterAdapt AntUnitExecutionNotifier events into JUnit3 TestResult eventsMethods in org.apache.ant.antunit.junit3 with parameters of type AntUnitExecutionNotifier Modifier and Type Method Description voidAntUnitSuite. runInContainer(java.util.List targetList, AntUnitExecutionNotifier notifier)Execute the test suite in a 'container' similar to the ant 'container'.
-