public class RunStatistics
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
completedCount |
private int |
errors |
private int |
failures |
private int |
flakes |
private int |
skipped |
Constructor and Description |
---|
RunStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
add(TestSetStats testSetStats) |
int |
getCompletedCount() |
int |
getErrors() |
int |
getFailures() |
int |
getFlakes() |
RunResult |
getRunResult() |
int |
getSkipped() |
java.lang.String |
getSummary() |
boolean |
hadErrors() |
boolean |
hadFailures() |
void |
set(int completedCount,
int errors,
int failures,
int skipped,
int flakes) |
private int completedCount
private int errors
private int failures
private int skipped
private int flakes
public boolean hadFailures()
public boolean hadErrors()
public int getCompletedCount()
public int getSkipped()
public int getFailures()
public int getErrors()
public int getFlakes()
public void add(TestSetStats testSetStats)
public void set(int completedCount, int errors, int failures, int skipped, int flakes)
public RunResult getRunResult()
public java.lang.String getSummary()