public final class RunStatistics extends Object
Constructor and Description |
---|
RunStatistics() |
Modifier and Type | Method and Description |
---|---|
int |
getCompletedCount() |
int |
getErrors() |
int |
getFailures() |
int |
getFlakes() |
RunResult |
getRunResult() |
int |
getSkipped() |
String |
getSummary() |
void |
set(int completedCount,
int errors,
int failures,
int skipped,
int flakes) |
public int getCompletedCount()
public int getSkipped()
public int getFailures()
public int getErrors()
public int getFlakes()
public void set(int completedCount, int errors, int failures, int skipped, int flakes)
public RunResult getRunResult()
public String getSummary()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.