Uses of Class
com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedTestResultEvent
-
-
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 AggregatedTestResultEvent Modifier and Type Field Description private java.util.List<AggregatedTestResultEvent>AggregatedSuiteResultEvent. testsprivate java.util.ArrayDeque<AggregatedTestResultEvent>AggregatingListener. testsMethods in com.carrotsearch.ant.tasks.junit4.events.aggregated that return types with arguments of type AggregatedTestResultEvent Modifier and Type Method Description java.util.List<AggregatedTestResultEvent>AggregatedSuiteResultEvent. getTests()Methods in com.carrotsearch.ant.tasks.junit4.events.aggregated with parameters of type AggregatedTestResultEvent Modifier and Type Method Description private voidAggregatedSuiteResultEvent. serialize(JsonWriter w, java.text.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 Modifier and Type Method Description voidTextReport. onTestResult(AggregatedTestResultEvent e) -
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 AggregatedTestResultEvent Modifier and Type Method Description private java.util.List<TestCaseModel>AntXmlReport. buildModel(java.util.List<AggregatedTestResultEvent> testEvents)
-