Class CucumberEngineExecutionContext

  • All Implemented Interfaces:
    org.junit.platform.engine.support.hierarchical.EngineExecutionContext

    @API(status=STABLE)
    public final class CucumberEngineExecutionContext
    extends Object
    implements org.junit.platform.engine.support.hierarchical.EngineExecutionContext
    • Method Detail

      • runBeforeAllHooks

        public void runBeforeAllHooks()
      • beforeFeature

        public void beforeFeature​(io.cucumber.core.gherkin.Feature feature)
      • runAfterAllHooks

        public void runAfterAllHooks()
      • finishTestRun

        public void finishTestRun()