Uses of Class
com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedTestResultEvent
Packages that use AggregatedTestResultEvent
Package
Description
-
Uses of AggregatedTestResultEvent in com.carrotsearch.ant.tasks.junit4.events.aggregated
Fields in com.carrotsearch.ant.tasks.junit4.events.aggregated with type parameters of type AggregatedTestResultEventModifier and TypeFieldDescriptionprivate final List
<AggregatedTestResultEvent> AggregatedSuiteResultEvent.tests
private ArrayDeque
<AggregatedTestResultEvent> AggregatingListener.tests
Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return types with arguments of type AggregatedTestResultEventMethods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type AggregatedTestResultEventModifier and TypeMethodDescriptionprivate void
AggregatedSuiteResultEvent.serialize
(JsonWriter w, SimpleDateFormat sdf, AggregatedTestResultEvent e) -
Uses of AggregatedTestResultEvent in com.carrotsearch.ant.tasks.junit4.listeners
Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type AggregatedTestResultEvent -
Uses of AggregatedTestResultEvent in com.carrotsearch.ant.tasks.junit4.listeners.antxml
Method parameters in com.carrotsearch.ant.tasks.junit4.listeners.antxml with type arguments of type AggregatedTestResultEventModifier and TypeMethodDescriptionprivate List
<TestCaseModel> AntXmlReport.buildModel
(List<AggregatedTestResultEvent> testEvents)