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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeFeature(io.cucumber.core.gherkin.Feature feature)
void
finishTestRun()
void
runAfterAllHooks()
void
runBeforeAllHooks()
-