Modifier and Type | Method and Description |
---|---|
String |
exportToHTML(String exportFolder)
Exports test result into the HTML format.
|
String |
getChecks()
Returns the total number of checks.
|
String |
getComment()
Returns the value of the the Comment field in the test result.
|
String |
getDateOfRun()
Returns the date of the running test.
|
String |
getDuration()
Returns the test duration.
|
String |
getEndTime()
Returns the time when the test run terminates.
|
int |
getErrors()
Returns the total number of error checks.
|
int |
getFailures()
Returns the total number of failed checks.
|
int |
getIgnoredFails()
Returns the number of failed checkpoints that are marked as known bugs.
|
String |
getLocation()
Returns the location of the test result.
|
String |
getNotes()
Returns the value of the Note field in the test result.
|
int |
getPassed()
Returns the total number of passing checks.
|
String |
getReporter()
Returns the value of the Reporter field in the test result.
|
String |
getResult()
Returns the final result of a test run.
|
String |
getResultName()
Returns the title of the test result.
|
String |
getRunMachine()
Returns the value of the Run Machine field in the test result.
|
String |
getStartTime()
Returns the starting time of the test run
|
Collection |
getTestCaseResults()
Returns a list of test case result.
|
String |
getTestFileName()
Returns the title of the executed test module.
|
TestModule |
getTestModule()
Returns the test module belonging to the current test result.
|
int |
getUnverifiedPictureChecks()
Return the total number of unverified picture checks (pictures not yet submitted).
|
String |
getVariation()
Returns the value of the Variation field in the test result.
|
int |
getWarnings()
Returns the total number of warning checks.
|
String |
getWebLink()
Gets the value of the Web Link field in the current test result.
|
boolean |
isAutomated()
Tests if the test run is automated.
|
boolean |
uploadResult(String treePath)
Determines whether a local result is automatically updated to the repository after the test run is complete.
|
getFieldValue, getName
Collection getTestCaseResults()
String exportToHTML(String exportFolder)
exportFolder
- the folder destination of the export.String getDateOfRun()
String getStartTime()
String getEndTime()
String getDuration()
String getComment()
String getVariation()
boolean isAutomated()
String getReporter()
String getRunMachine()
String getLocation()
String getNotes()
String getResult()
String getResultName()
String getTestFileName()
String getChecks()
int getPassed()
int getFailures()
int getErrors()
int getWarnings()
int getIgnoredFails()
boolean uploadResult(String treePath)
treePath
- - the relative tree path representing the location where to store the uploaded local result into repository.String getWebLink()
TestModule getTestModule()
TestModule
object, or nullint getUnverifiedPictureChecks()
Copyright © 2017. All rights reserved.