Class CucumberFeatureWrapperHelper

java.lang.Object
de.qytera.qtaf.cucumber.helper.CucumberFeatureWrapperHelper

public class CucumberFeatureWrapperHelper extends Object
Helper class that provides methods to extract information from Cucumber feature wrapper objects.
  • 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