Uses of Class
com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedSuiteResultEvent
-
-
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type AggregatedSuiteResultEvent Modifier and Type Method Description voidTestsSummaryEventListener. suiteSummary(AggregatedSuiteResultEvent e)React to suite summaries only. -
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4.listeners
Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type AggregatedSuiteResultEvent Modifier and Type Method Description private voidTextReport. emitBufferedEvents(AggregatedSuiteResultEvent e)private voidTextReport. emitSuiteEnd(AggregatedSuiteResultEvent e, int suitesCompleted)Suite end.voidExecutionTimesReport. onSuiteResult(AggregatedSuiteResultEvent e)Remember execution time for all executed suites.voidTextReport. onSuiteResult(AggregatedSuiteResultEvent e) -
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4.listeners.antxml
Methods in com.carrotsearch.ant.tasks.junit4.listeners.antxml with parameters of type AggregatedSuiteResultEvent Modifier and Type Method Description private TestSuiteModelAntXmlReport. buildModel(AggregatedSuiteResultEvent e)Build data model for serialization.voidAntXmlReport. onSuiteResult(AggregatedSuiteResultEvent e)Emit information about all of suite's tests. -
Uses of AggregatedSuiteResultEvent in com.carrotsearch.ant.tasks.junit4.listeners.json
Methods in com.carrotsearch.ant.tasks.junit4.listeners.json with parameters of type AggregatedSuiteResultEvent Modifier and Type Method Description voidJsonReport. onSuiteResult(AggregatedSuiteResultEvent e)Emit information about a single suite and all of its tests.
-