public class RunStatistics extends Object
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() |
String |
getSummary() |
boolean |
hadErrors() |
boolean |
hadFailures() |
void |
set(int completedCount,
int errors,
int failures,
int skipped,
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 String getSummary()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.