Uses of Class
com.carrotsearch.ant.tasks.junit4.events.mirrors.FailureMirror
-
Packages that use FailureMirror Package Description com.carrotsearch.ant.tasks.junit4.events com.carrotsearch.ant.tasks.junit4.events.aggregated com.carrotsearch.ant.tasks.junit4.listeners.antxml -
-
Uses of FailureMirror in com.carrotsearch.ant.tasks.junit4.events
Fields in com.carrotsearch.ant.tasks.junit4.events declared as FailureMirror Modifier and Type Field Description private FailureMirror
FailureEvent. failure
Methods in com.carrotsearch.ant.tasks.junit4.events that return FailureMirror Modifier and Type Method Description FailureMirror
FailureEvent. getFailure()
-
Uses of FailureMirror in com.carrotsearch.ant.tasks.junit4.events.aggregated
Fields in com.carrotsearch.ant.tasks.junit4.events.aggregated with type parameters of type FailureMirror Modifier and Type Field Description private java.util.List<FailureMirror>
AggregatedTestResultEvent. failures
private java.util.List<FailureMirror>
AggregatedSuiteResultEvent. suiteFailures
private java.util.List<FailureMirror>
AggregatingListener. suiteFailures
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return types with arguments of type FailureMirror Modifier and Type Method Description java.util.List<FailureMirror>
AggregatedResultEvent. getFailures()
java.util.List<FailureMirror>
AggregatedSuiteResultEvent. getFailures()
java.util.List<FailureMirror>
AggregatedTestResultEvent. getFailures()
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type FailureMirror Modifier and Type Method Description (package private) void
AggregatedTestResultEvent. addFailure(FailureMirror failure)
private void
AggregatedSuiteResultEvent. serialize(JsonWriter w, FailureMirror e)
Constructor parameters in com.carrotsearch.ant.tasks.junit4.events.aggregated with type arguments of type FailureMirror Constructor Description AggregatedSuiteResultEvent(AggregatedSuiteStartedEvent startEvent, ForkedJvmInfo id, org.junit.runner.Description description, java.util.List<FailureMirror> suiteFailures, java.util.List<AggregatedTestResultEvent> tests, java.util.List<IEvent> eventStream, long startTimestamp, long executionTime)
-
Uses of FailureMirror in com.carrotsearch.ant.tasks.junit4.listeners.antxml
Methods in com.carrotsearch.ant.tasks.junit4.listeners.antxml with parameters of type FailureMirror Modifier and Type Method Description private FailureModel
AntXmlReport. buildModel(FailureMirror f)
-