Package io.cucumber.guice
Interface InjectorSource
@API(status=STABLE)
public interface InjectorSource
An implementation 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 ScenarioScope
.-
Method Summary
-
Method Details
-
getInjector
com.google.inject.Injector getInjector()
-