Package io.cucumber.guice
Interface ScenarioScope
-
- All Superinterfaces:
com.google.inject.Scope
@API(status=STABLE) public interface ScenarioScope extends com.google.inject.ScopeA custom Guice scope that enables classes to be bound in a scope that will last for the lifetime of one Cucumber scenario.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidenterScope()voidexitScope()
-