Class TestsSummaryEventListener
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.TestsSummaryEventListener
-
public class TestsSummaryEventListener extends java.lang.ObjectCreate a summary of tests execution.- See Also:
EventBus
-
-
Field Summary
Fields Modifier and Type Field Description private intassumptionsprivate interrorsprivate intfailuresprivate intignoredSuitesprivate intignoresprivate intsuiteErrorsprivate intsuitesprivate inttests
-
Constructor Summary
Constructors Constructor Description TestsSummaryEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestsSummarygetResult()Return the summary of all tests.voidsuiteSummary(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.
-
-