public final class Result extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
completedCount |
int |
failedCount |
int |
incompleteCount |
int |
notExecutedCount |
int |
testCount |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompletedCount() |
int |
getFailedCount() |
int |
getIncompleteCount() |
int |
getNotExecutedCount() |
int |
getTestCount() |
boolean |
hasExceptions() |
void |
setCompletedCount(int completedCount) |
void |
setFailedCount(int failedCount) |
void |
setIncompleteCount(int incompleteCount) |
void |
setNotExecutedCount(int notExecutedCount) |
void |
setTestCount(int testCount) |
public int testCount
public int completedCount
public int incompleteCount
public int failedCount
public int notExecutedCount
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 boolean hasExceptions()
Copyright © 2005–2014 GraphWalker. All rights reserved.