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

cucumber.api.guice.CucumberScopes Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package cucumber.api.guice;

import cucumber.runtime.java.guice.ScenarioScope;
import cucumber.runtime.java.guice.impl.SequentialScenarioScope;

/**
 * Provides a convenient cucumber.runtime.java.guice.ScenarioScope instance for use when declaring bindings
 * in implementations of com.google.inject.Module.
 */
public class CucumberScopes {
    public static final ScenarioScope SCENARIO = new SequentialScenarioScope();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy