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 voidAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)Invoked if an assert tasked caused an error during execution.private voidAntUnit. fireFail(java.lang.String targetName, AssertionFailedException ae)invokes addFailure on all registered test listeners.voidAntUnitExecutionNotifier. 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 voidJUnitNotificationAdapter. 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 voidBaseAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)voidFailureAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)voidLogForwarder. addFailure(java.lang.String target, AssertionFailedException ae)voidPlainAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)voidXMLAntUnitListener. addFailure(java.lang.String target, AssertionFailedException ae)
-