Class CucumberExecutionContext

java.lang.Object
io.cucumber.core.runtime.CucumberExecutionContext

public final class CucumberExecutionContext extends Object
  • Constructor Details

  • Method Details

    • startTestRun

      public void startTestRun()
    • runBeforeAllHooks

      public void runBeforeAllHooks()
    • runAfterAllHooks

      public void runAfterAllHooks()
    • finishTestRun

      public void finishTestRun()
    • getThrowable

      public Throwable getThrowable()
    • beforeFeature

      public void beforeFeature(Feature feature)
    • runTestCase

      public void runTestCase(Consumer<Runner> execution)
    • runFeatures

      public void runFeatures(CucumberExecutionContext.ThrowingRunnable executeFeatures)