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

cucumber.runtime.java.guice.InjectorSource Maven / Gradle / Ivy

There is a newer version: 7.19.0
Show newest version
package cucumber.runtime.java.guice;

import com.google.inject.Injector;

/**
 * An implentation of this interface is used to obtain an com.google.inject.Injector that is used to
 * provide instances of all the classes that are used to run the Cucumber tests. The injector should be configured with
 * a binding for cucumber.runtime.java.guice.ScenarioScope.
 */
public interface InjectorSource {
    Injector getInjector();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy