Package org.apache.maven.surefire.report
Class RunStatistics
java.lang.Object
org.apache.maven.surefire.report.RunStatistics
- Author:
- Kristian Rosenvold
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(TestSetStats testSetStats) int
int
int
int
org.apache.maven.surefire.suite.RunResult
int
boolean
boolean
void
set
(int completedCount, int errors, int failures, int skipped, int flakes)
-
Constructor Details
-
RunStatistics
public RunStatistics()
-
-
Method Details
-
hadFailures
public boolean hadFailures() -
hadErrors
public boolean hadErrors() -
getCompletedCount
public int getCompletedCount() -
getSkipped
public int getSkipped() -
getFailures
public int getFailures() -
getErrors
public int getErrors() -
getFlakes
public int getFlakes() -
add
-
set
public void set(int completedCount, int errors, int failures, int skipped, int flakes) -
getRunResult
public org.apache.maven.surefire.suite.RunResult getRunResult() -
getSummary
-