Class TestsSummaryEventListener
java.lang.Object
com.carrotsearch.ant.tasks.junit4.TestsSummaryEventListener
Create a summary of tests execution.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private int
private int
private int
private int
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the summary of all tests.void
React to suite summaries only.
-
Field Details
-
failures
private int failures -
tests
private int tests -
errors
private int errors -
assumptions
private int assumptions -
ignores
private int ignores -
suites
private int suites -
ignoredSuites
private int ignoredSuites -
suiteErrors
private int suiteErrors
-
-
Constructor Details
-
TestsSummaryEventListener
public TestsSummaryEventListener()
-
-
Method Details
-
suiteSummary
React to suite summaries only. -
getResult
Return the summary of all tests.
-