Uses of Class
org.alfresco.utility.testrail.model.CustomStepsSeparated
-
Packages that use CustomStepsSeparated Package Description org.alfresco.utility.testrail.model -
-
Uses of CustomStepsSeparated in org.alfresco.utility.testrail.model
Methods in org.alfresco.utility.testrail.model that return types with arguments of type CustomStepsSeparated Modifier and Type Method Description java.util.List<CustomStepsSeparated>RunTestCase. getCustom_steps_separated()java.util.List<CustomStepsSeparated>TestCase. getCustom_steps_separated()Method parameters in org.alfresco.utility.testrail.model with type arguments of type CustomStepsSeparated Modifier and Type Method Description voidRunTestCase. setCustom_steps_separated(java.util.List<CustomStepsSeparated> custom_steps_separated)voidTestCase. setCustom_steps_separated(java.util.List<CustomStepsSeparated> custom_steps_separated)
-