public class CucumberAspect extends Object
| Constructor and Description |
|---|
CucumberAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStepToCounterAndResult()
Pointcut for
cucumber.runtime.Runtime.addStepToCounterAndResult method. |
void |
afterAddStepToCounterAndResult(gherkin.formatter.model.Result result) |
void |
afterBuildBackendWorlds() |
void |
afterDisposeBackendWorlds() |
void |
afterRunAfterHooks() |
void |
afterRunCucumber() |
void |
beforeBuildBackendWorlds(gherkin.formatter.Reporter reporter) |
void |
beforeRunFeature(org.aspectj.lang.JoinPoint joinPoint) |
void |
beforeRunScenario(org.aspectj.lang.JoinPoint joinPoint) |
void |
buildBackendWorlds()
Pointcut for
cucumber.runtime.Runtime.buildBackendWorlds method. |
void |
disposeBackendWorlds()
Pointcut for
cucumber.runtime.Runtime.disposeBackendWorlds method. |
void |
runAfterHooks()
Pointcut for
cucumber.runtime.Runtime.runAfterHooks method. |
void |
runBeforeHooks()
Pointcut for
cucumber.runtime.Runtime.runBeforeHooks method. |
void |
runCucumber()
Pointcut for
cucumber.api.junit.Cucumber.run method. |
void |
runFeature()
Pointcut for
cucumber.runtime.junit.FeatureRunner.FeatureRunner.run method. |
void |
runScenario()
Pointcut for
cucumber.runtime.junit.ExecutionUnitRunner.run method. |
void |
runStep()
Pointcut for
cucumber.runtime.Runtime.runStep method. |
public void runCucumber()
cucumber.api.junit.Cucumber.run method.public void runFeature()
cucumber.runtime.junit.FeatureRunner.FeatureRunner.run method.public void runScenario()
cucumber.runtime.junit.ExecutionUnitRunner.run method.public void buildBackendWorlds()
cucumber.runtime.Runtime.buildBackendWorlds method.public void runBeforeHooks()
cucumber.runtime.Runtime.runBeforeHooks method.public void runStep()
cucumber.runtime.Runtime.runStep method.public void addStepToCounterAndResult()
cucumber.runtime.Runtime.addStepToCounterAndResult method.public void runAfterHooks()
cucumber.runtime.Runtime.runAfterHooks method.public void disposeBackendWorlds()
cucumber.runtime.Runtime.disposeBackendWorlds method.public void beforeRunFeature(org.aspectj.lang.JoinPoint joinPoint)
public void beforeRunScenario(org.aspectj.lang.JoinPoint joinPoint)
public void beforeBuildBackendWorlds(gherkin.formatter.Reporter reporter)
public void afterBuildBackendWorlds()
public void afterAddStepToCounterAndResult(gherkin.formatter.model.Result result)
public void afterRunAfterHooks()
public void afterDisposeBackendWorlds()
public void afterRunCucumber()
Copyright © 2017. All rights reserved.