Package de.qytera.qtaf.cucumber.helper
Class CucumberFeatureWrapperHelper
java.lang.Object
de.qytera.qtaf.cucumber.helper.CucumberFeatureWrapperHelper
Helper class that provides methods to extract information from Cucumber feature wrapper objects.
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.cucumber.core.gherkin.FeaturegetFeature(io.cucumber.testng.FeatureWrapper featureWrapper) Get Feature object from FeatureWrapper object.
-
Method Details
-
getFeature
public static io.cucumber.core.gherkin.Feature getFeature(io.cucumber.testng.FeatureWrapper featureWrapper) Get Feature object from FeatureWrapper object.- Parameters:
featureWrapper- FeatureWrapper object- Returns:
- Feature object
-