Uses of Class
com.carrotsearch.ant.tasks.junit4.events.mirrors.FailureMirror
Packages that use FailureMirror
Package
Description
-
Uses of FailureMirror in com.carrotsearch.ant.tasks.junit4.events
Fields in com.carrotsearch.ant.tasks.junit4.events declared as FailureMirrorMethods in com.carrotsearch.ant.tasks.junit4.events that return FailureMirror -
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 FailureMirrorModifier and TypeFieldDescriptionprivate List<FailureMirror> AggregatedTestResultEvent.failuresprivate final List<FailureMirror> AggregatedSuiteResultEvent.suiteFailuresprivate List<FailureMirror> AggregatingListener.suiteFailuresMethods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return types with arguments of type FailureMirrorModifier and TypeMethodDescriptionAggregatedResultEvent.getFailures()AggregatedSuiteResultEvent.getFailures()AggregatedTestResultEvent.getFailures()Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type FailureMirrorModifier and TypeMethodDescription(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 FailureMirrorModifierConstructorDescriptionAggregatedSuiteResultEvent(AggregatedSuiteStartedEvent startEvent, ForkedJvmInfo id, org.junit.runner.Description description, List<FailureMirror> suiteFailures, List<AggregatedTestResultEvent> tests, 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