Modifier and Type | Method and Description |
---|---|
String |
getDateOfRun()
Returns the date of the running test case.
|
int |
getErrors()
Returns the total number of error checks in a test case result.
|
int |
getFailures()
Returns the total number of failed checks in a test case result.
|
String |
getLocation()
Returns the location of a test case result.
|
String |
getNotes()
Returns the Notes field in a test case result.
|
int |
getPassed()
Returns the total number of passing checks in a test case result.
|
String |
getResult()
Returns the result status of an executed test case.
|
String |
getTitle()
Get the title of a test case result.
|
int |
getWarnings()
Returns the total number of warning checks in a test case result.
|
getFieldValue, getName
String getTitle()
String getDateOfRun()
String getResult()
int getPassed()
int getFailures()
int getErrors()
int getWarnings()
String getLocation()
String getNotes()
Copyright © 2017. All rights reserved.