Package io.cucumber.guice
Interface InjectorSource
-
@API(status=STABLE) public interface InjectorSourceAn implementation of this interface is used to obtain ancom.google.inject.Injectorthat 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 forScenarioScope.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.inject.InjectorgetInjector()
-