Uses of Class
org.apache.ant.antunit.AssertionFailedException
Packages that use AssertionFailedException
Package
Description
EXPERIMENTAL adapter to run AntUnit tests from within a
JUnit3 test runner.
-
Uses of AssertionFailedException in org.apache.ant.antunit
Methods in org.apache.ant.antunit with parameters of type AssertionFailedExceptionModifier and TypeMethodDescriptionvoidAntUnitListener.addFailure(String target, AssertionFailedException ae) Invoked if an assert tasked caused an error during execution.private voidAntUnit.fireFail(String targetName, AssertionFailedException ae) invokes addFailure on all registered test listeners.voidAntUnitExecutionNotifier.fireFail(String targetName, AssertionFailedException ae) invokes addFailure on all registered test listeners. -
Uses of AssertionFailedException in org.apache.ant.antunit.junit3
Methods in org.apache.ant.antunit.junit3 with parameters of type AssertionFailedExceptionModifier and TypeMethodDescriptionvoidJUnitNotificationAdapter.fireFail(String targetName, AssertionFailedException ae) -
Uses of AssertionFailedException in org.apache.ant.antunit.listener
Methods in org.apache.ant.antunit.listener with parameters of type AssertionFailedExceptionModifier and TypeMethodDescriptionvoidBaseAntUnitListener.addFailure(String target, AssertionFailedException ae) voidFailureAntUnitListener.addFailure(String target, AssertionFailedException ae) voidLogForwarder.addFailure(String target, AssertionFailedException ae) voidPlainAntUnitListener.addFailure(String target, AssertionFailedException ae) voidXMLAntUnitListener.addFailure(String target, AssertionFailedException ae)