All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cucumber.runtime.model.CucumberBackground Maven / Gradle / Ivy

package cucumber.runtime.model;

import gherkin.formatter.model.Background;

public class CucumberBackground extends StepContainer {
    public CucumberBackground(CucumberFeature cucumberFeature, Background background) {
        super(cucumberFeature, background);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy