Class TestCaseDetail


  • public class TestCaseDetail
    extends java.lang.Object
    Saves the information of a test case that is executed
    • Constructor Detail

      • TestCaseDetail

        public TestCaseDetail​(org.testng.ITestResult currentTest)
    • Method Detail

      • getNotes

        public java.lang.String getNotes()
      • getBugDetails

        public Bug getBugDetails()
      • 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()