ScalaScenarioScopedStepDefinition
io.cucumber.scala.ScalaScenarioScopedStepDefinition
class ScalaScenarioScopedStepDefinition(val stepDetails: ScalaStepDetails) extends ScalaStepDefinition, ScenarioScoped
Attributes
- Graph
-
- Supertypes
-
trait ScenarioScopedtrait ScalaStepDefinitiontrait AbstractGlueDefinitiontrait StepDefinitiontrait Locatedclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- ScenarioScoped
Attributes
- Definition Classes
-
ScalaStepDefinition -> StepDefinition
- Inherited from:
- ScalaStepDefinition
Executes the block of code and handle failures in the way asked by Cucumber specification: that is throwing a CucumberInvocationTargetException.
Executes the block of code and handle failures in the way asked by Cucumber specification: that is throwing a CucumberInvocationTargetException.
Attributes
- Inherited from:
- AbstractGlueDefinition
Attributes
- Definition Classes
- Inherited from:
- ScalaStepDefinition
Attributes
- Definition Classes
-
ScalaStepDefinition -> StepDefinition
- Inherited from:
- ScalaStepDefinition
Attributes
- Definition Classes
-
AbstractGlueDefinition -> Located
- Inherited from:
- AbstractGlueDefinition
Attributes
- Definition Classes
-
AbstractGlueDefinition -> Located
- Inherited from:
- AbstractGlueDefinition
Concrete fields
Inherited fields
Attributes
- Inherited from:
- ScalaStepDefinition
Attributes
- Inherited from:
- ScalaStepDefinition
Attributes
- Inherited from:
- AbstractGlueDefinition
In this article