Class CucumberExecutionContext


  • public final class CucumberExecutionContext
    extends Object
    • Method Detail

      • 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)