public class TestCaseDetail extends Object
| Constructor and Description |
|---|
TestCaseDetail(org.testng.ITestResult currentTest) |
| Modifier and Type | Method and Description |
|---|---|
Bug |
getBugDetails() |
long |
getElapsed() |
String |
getElapsedString() |
String |
getId() |
String |
getName() |
String |
getNotes() |
org.testng.ITestResult |
getResult() |
int |
getStatusId() |
TestCaseDestination |
getTestCaseDestination() |
TestRail |
getTestRailAnnotation() |
TestCase |
getTestRailObject() |
boolean |
hasSectionCreatedIn(List<Section> allSections) |
boolean |
isMarkForUpload() |
void |
setElapsed(long elapsed) |
void |
setResult(org.testng.ITestResult result) |
void |
setTestRailObject(TestCase testRailObject) |
public String getNotes()
public Bug getBugDetails()
public TestCaseDestination getTestCaseDestination()
public String getId()
public String getName()
public TestRail getTestRailAnnotation()
public boolean isMarkForUpload()
public TestCase getTestRailObject()
public void setTestRailObject(TestCase testRailObject)
public int getStatusId()
public org.testng.ITestResult getResult()
public void setResult(org.testng.ITestResult result)
public long getElapsed()
public void setElapsed(long elapsed)
public String getElapsedString()
Copyright © 2005–2019 Alfresco Software. All rights reserved.