Class TestsSummaryEventListener
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.TestsSummaryEventListener
-
public class TestsSummaryEventListener extends java.lang.Object
Create a summary of tests execution.- See Also:
EventBus
-
-
Field Summary
Fields Modifier and Type Field Description private int
assumptions
private int
errors
private int
failures
private int
ignoredSuites
private int
ignores
private int
suiteErrors
private int
suites
private int
tests
-
Constructor Summary
Constructors Constructor Description TestsSummaryEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestsSummary
getResult()
Return the summary of all tests.void
suiteSummary(AggregatedSuiteResultEvent e)
React to suite summaries only.
-
-
-
Method Detail
-
suiteSummary
public void suiteSummary(AggregatedSuiteResultEvent e)
React to suite summaries only.
-
getResult
public TestsSummary getResult()
Return the summary of all tests.
-
-