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 scenario.booleanQtafTestNGCucumberContext.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 TypeMethodDescriptionstatic QTAFCucumberScenarioEntityQTAFCucumberScenarioEntityFactory.getEntity(io.cucumber.testng.PickleWrapper pickleWrapper, io.cucumber.testng.FeatureWrapper featureWrapper) Get instance from FeatureWrapper and PickleWrapper.QTAFCucumberScenarioEntity.parseGroupTags()Parse group tag.QTAFCucumberScenarioEntity.setFeatureName(String featureName) Set featureName.QTAFCucumberScenarioEntity.setFeatureTags(Map<String, String> featureTags) Set featureTags.QTAFCucumberScenarioEntity.setScenarioName(String scenarioName) Set scenarioName.QTAFCucumberScenarioEntity.setScenarioTags(Map<String, List<String>> scenarioTags) Set scenarioTags.QTAFCucumberScenarioEntity.setTestSet(List<String> testSets) Set test sets.