Package io.cucumber.core.runtime
Class CucumberExecutionContext
java.lang.Object
io.cucumber.core.runtime.CucumberExecutionContext
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCucumberExecutionContext(EventBus bus, ExitStatus exitStatus, RunnerSupplier runnerSupplier) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeFeature(Feature feature) voidvoidvoidvoidrunFeatures(CucumberExecutionContext.ThrowingRunnable executeFeatures) voidrunTestCase(Consumer<Runner> execution) void
-
Constructor Details
-
CucumberExecutionContext
-
-
Method Details
-
startTestRun
public void startTestRun() -
runBeforeAllHooks
public void runBeforeAllHooks() -
runAfterAllHooks
public void runAfterAllHooks() -
finishTestRun
public void finishTestRun() -
getThrowable
-
beforeFeature
-
runTestCase
-
runFeatures
-