Package | Description |
---|---|
org.apache.ant.antunit | |
org.apache.ant.antunit.listener |
Modifier and Type | Method and Description |
---|---|
void |
AntUnitListener.addFailure(String target,
AssertionFailedException ae)
Invoked if an assert tasked caused an error during execution.
|
void |
AntUnitExecutionNotifier.fireFail(String targetName,
AssertionFailedException ae)
invokes addFailure on all registered test listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
LogForwarder.addFailure(String target,
AssertionFailedException ae) |
void |
XMLAntUnitListener.addFailure(String target,
AssertionFailedException ae) |
void |
BaseAntUnitListener.addFailure(String target,
AssertionFailedException ae) |
void |
FailureAntUnitListener.addFailure(String target,
AssertionFailedException ae) |
void |
PlainAntUnitListener.addFailure(String target,
AssertionFailedException ae) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.