Uses of Class
org.apache.ant.antunit.AssertionFailedException
-
Packages that use AssertionFailedException Package Description org.apache.ant.antunit org.apache.ant.antunit.junit3 EXPERIMENTAL adapter to run AntUnit tests from within a JUnit3 test runner.org.apache.ant.antunit.listener -
-
Uses of AssertionFailedException in org.apache.ant.antunit
Methods in org.apache.ant.antunit with parameters of type AssertionFailedException Modifier and Type Method Description void
AntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)
Invoked if an assert tasked caused an error during execution.private void
AntUnit. fireFail(java.lang.String targetName, AssertionFailedException ae)
invokes addFailure on all registered test listeners.void
AntUnitExecutionNotifier. fireFail(java.lang.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 AssertionFailedException Modifier and Type Method Description void
JUnitNotificationAdapter. fireFail(java.lang.String targetName, AssertionFailedException ae)
-
Uses of AssertionFailedException in org.apache.ant.antunit.listener
Methods in org.apache.ant.antunit.listener with parameters of type AssertionFailedException Modifier and Type Method Description void
BaseAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)
void
FailureAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)
void
LogForwarder. addFailure(java.lang.String target, AssertionFailedException ae)
void
PlainAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)
void
XMLAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)
-