Class TestCaseDetail
java.lang.Object
org.alfresco.utility.testrail.core.TestCaseDetail
Saves the information of a test case that is executed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getName()getNotes()org.testng.ITestResultintbooleanhasSectionCreatedIn(List<Section> allSections) booleanvoidsetElapsed(long elapsed) voidsetResult(org.testng.ITestResult result) voidsetTestRailObject(TestCase testRailObject)
-
Constructor Details
-
TestCaseDetail
public TestCaseDetail(org.testng.ITestResult currentTest)
-
-
Method Details
-
getNotes
-
getBugDetails
-
getTestCaseDestination
-
getId
-
getName
-
getTestRailAnnotation
-
isMarkForUpload
public boolean isMarkForUpload() -
hasSectionCreatedIn
-
getTestRailObject
-
setTestRailObject
-
getStatusId
public int getStatusId() -
getResult
public org.testng.ITestResult getResult() -
setResult
public void setResult(org.testng.ITestResult result) -
getElapsed
public long getElapsed() -
setElapsed
public void setElapsed(long elapsed) -
getElapsedString
-