Class TestCaseDetail

java.lang.Object
org.alfresco.utility.testrail.core.TestCaseDetail

public class TestCaseDetail extends Object
Saves the information of a test case that is executed
  • Constructor Details

    • TestCaseDetail

      public TestCaseDetail(org.testng.ITestResult currentTest)
  • Method Details

    • getNotes

      public String getNotes()
    • getBugDetails

      public Bug getBugDetails()
    • getTestCaseDestination

      public TestCaseDestination getTestCaseDestination()
    • getId

      public String getId()
    • getName

      public String getName()
    • getTestRailAnnotation

      public TestRail getTestRailAnnotation()
    • isMarkForUpload

      public boolean isMarkForUpload()
    • hasSectionCreatedIn

      public boolean hasSectionCreatedIn(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 String getElapsedString()