Class TestCaseDestination

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

public class TestCaseDestination extends Object
Saves the details of all Section assigned for a Test Case the string passed from annotation, the root Section object from TestRail and the destination child Section
  • Constructor Details

    • TestCaseDestination

      public TestCaseDestination()
  • Method Details

    • fromAnnotation

      protected void fromAnnotation(TestRail testRailAnnotation)
    • getRootSectionName

      public String getRootSectionName()
    • getDestinationSections

      public List<String> getDestinationSections()
    • getRootSection

      public Section getRootSection()
    • setRootSection

      public void setRootSection(Section rootSection)
    • hasRootSection

      public boolean hasRootSection()
    • hasDestination

      public boolean hasDestination()
    • getDestination

      public Section getDestination()
    • setDestination

      public void setDestination(Section destination)
    • getChildDestinationSection

      public List<String> getChildDestinationSection()
      Returns:
      all Sections of current Test Case without root Section
    • toString

      public String toString()
      Overrides:
      toString in class Object