public final class Result extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addError(String error) |
int |
getCompletedCount() |
List<String> |
getErrors() |
int |
getFailedCount() |
int |
getIncompleteCount() |
int |
getNotExecutedCount() |
int |
getTestCount() |
boolean |
hasErrors() |
void |
setCompletedCount(int completedCount) |
void |
setErrors(List<String> errors) |
void |
setFailedCount(int failedCount) |
void |
setIncompleteCount(int incompleteCount) |
void |
setNotExecutedCount(int notExecutedCount) |
void |
setTestCount(int testCount) |
public int getTestCount()
public void setTestCount(int testCount)
public int getCompletedCount()
public void setCompletedCount(int completedCount)
public int getIncompleteCount()
public void setIncompleteCount(int incompleteCount)
public int getFailedCount()
public void setFailedCount(int failedCount)
public int getNotExecutedCount()
public void setNotExecutedCount(int notExecutedCount)
public void addError(String error)
public boolean hasErrors()
Copyright © 2005–2016 GraphWalker. All rights reserved.