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 Detail

      • enterScope

        void enterScope()
      • exitScope

        void exitScope()