Class TestCaseDetail
- java.lang.Object
-
- org.alfresco.utility.testrail.core.TestCaseDetail
-
public class TestCaseDetail extends java.lang.ObjectSaves the information of a test case that is executed
-
-
Constructor Summary
Constructors Constructor Description TestCaseDetail(org.testng.ITestResult currentTest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuggetBugDetails()longgetElapsed()java.lang.StringgetElapsedString()java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetNotes()org.testng.ITestResultgetResult()intgetStatusId()TestCaseDestinationgetTestCaseDestination()TestRailgetTestRailAnnotation()TestCasegetTestRailObject()booleanhasSectionCreatedIn(java.util.List<Section> allSections)booleanisMarkForUpload()voidsetElapsed(long elapsed)voidsetResult(org.testng.ITestResult result)voidsetTestRailObject(TestCase testRailObject)
-
-
-
Method Detail
-
getNotes
public java.lang.String getNotes()
-
getBugDetails
public Bug getBugDetails()
-
getTestCaseDestination
public TestCaseDestination getTestCaseDestination()
-
getId
public java.lang.String getId()
-
getName
public java.lang.String getName()
-
getTestRailAnnotation
public TestRail getTestRailAnnotation()
-
isMarkForUpload
public boolean isMarkForUpload()
-
hasSectionCreatedIn
public boolean hasSectionCreatedIn(java.util.List<Section> allSections)
-
getTestRailObject
public TestCase getTestRailObject()
-
setTestRailObject
public void setTestRailObject(TestCase testRailObject)
-
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
public java.lang.String getElapsedString()
-
-