Class TestCaseDestination
java.lang.Object
org.alfresco.utility.testrail.core.TestCaseDestination
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfromAnnotation(TestRail testRailAnnotation) booleanbooleanvoidsetDestination(Section destination) voidsetRootSection(Section rootSection) toString()
-
Constructor Details
-
TestCaseDestination
public TestCaseDestination()
-
-
Method Details
-
fromAnnotation
-
getRootSectionName
-
getDestinationSections
-
getRootSection
-
setRootSection
-
hasRootSection
public boolean hasRootSection() -
hasDestination
public boolean hasDestination() -
getDestination
-
setDestination
-
getChildDestinationSection
- Returns:
- all Sections of current Test Case without root Section
-
toString
-