Class CucumberEngineExecutionContext
java.lang.Object
io.cucumber.junit.platform.engine.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 Summary
Modifier and TypeMethodDescriptionvoid
beforeFeature
(io.cucumber.core.gherkin.Feature feature) void
void
void
-
Method Details
-
runBeforeAllHooks
public void runBeforeAllHooks() -
beforeFeature
public void beforeFeature(io.cucumber.core.gherkin.Feature feature) -
runAfterAllHooks
public void runAfterAllHooks() -
finishTestRun
public void finishTestRun()
-