Uses of Class
de.qytera.qtaf.cucumber.entity.QTAFCucumberScenarioEntity
Packages that use QTAFCucumberScenarioEntity
-
Uses of QTAFCucumberScenarioEntity in de.qytera.qtaf.cucumber.context
Methods in de.qytera.qtaf.cucumber.context with parameters of type QTAFCucumberScenarioEntityModifier and TypeMethodDescriptionprotected voidQtafTestNGCucumberContext.onBeforeScenario(QTAFCucumberScenarioEntity scenarioEntity) Method that runs before each scenariobooleanQtafTestNGCucumberContext.shallRun(QTAFCucumberScenarioEntity scenarioEntity) Method that check if a scenario shall run or not -
Uses of QTAFCucumberScenarioEntity in de.qytera.qtaf.cucumber.entity
Methods in de.qytera.qtaf.cucumber.entity that return QTAFCucumberScenarioEntityModifier and TypeMethodDescriptionQTAFCucumberScenarioEntity.addFeatureTag(String key, String value) Add feature tagQTAFCucumberScenarioEntity.addGroupName(String groupName) Add group nameQTAFCucumberScenarioEntity.addScenarioTag(String key, String value) Add scenario tagQTAFCucumberScenarioEntity.addScenarioTag(String key, List<String> values) Add scenario tagQTAFCucumberScenarioEntity.addTestSet(String testSet) Add test setstatic QTAFCucumberScenarioEntityQTAFCucumberScenarioEntityFactory.getEntity(io.cucumber.testng.PickleWrapper pickleWrapper, io.cucumber.testng.FeatureWrapper featureWrapper) Get instance from FeatureWrapper and PickleWrapperQTAFCucumberScenarioEntity.parseGroupTags()Parse group tagQTAFCucumberScenarioEntity.parseTestSetTags()Parse test set tagQTAFCucumberScenarioEntity.removeFeatureTag(String key) Remove feature tagQTAFCucumberScenarioEntity.removeGroupName(String groupName) Remove group nameQTAFCucumberScenarioEntity.removeScenarioTag(String key) Remove scenario tagQTAFCucumberScenarioEntity.removeTestSet(String testSet) Remove test setQTAFCucumberScenarioEntity.setFeatureName(String featureName) Set featureNameQTAFCucumberScenarioEntity.setFeatureTags(Map<String, String> featureTags) Set featureTagsQTAFCucumberScenarioEntity.setGroupNames(List<String> groupNames) Set groupNamesQTAFCucumberScenarioEntity.setScenarioName(String scenarioName) Set scenarioNameQTAFCucumberScenarioEntity.setScenarioTags(Map<String, List<String>> scenarioTags) Set scenarioTagsQTAFCucumberScenarioEntity.setTestSet(List<String> testSets) Set test sets