Package io.cucumber.guice
Interface ScenarioScope
- All Superinterfaces:
com.google.inject.Scope
@API(status=STABLE)
public interface ScenarioScope
extends com.google.inject.Scope
A custom Guice scope that enables classes to be bound in a scope that will
last for the lifetime of one Cucumber scenario.
-
Method Summary
Methods inherited from interface com.google.inject.Scope
scope, toString
-
Method Details
-
enterScope
void enterScope() -
exitScope
void exitScope()
-