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 FailureMirrorFailureEvent. failureMethods in com.carrotsearch.ant.tasks.junit4.events that return FailureMirror Modifier and Type Method Description FailureMirrorFailureEvent. 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. failuresprivate java.util.List<FailureMirror>AggregatedSuiteResultEvent. suiteFailuresprivate java.util.List<FailureMirror>AggregatingListener. suiteFailuresMethods 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) voidAggregatedTestResultEvent. addFailure(FailureMirror failure)private voidAggregatedSuiteResultEvent. 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 FailureModelAntXmlReport. buildModel(FailureMirror f)
-