ScalaGlobalStepDefinition

class ScalaGlobalStepDefinition(val stepDetails: ScalaStepDetails) extends ScalaStepDefinition
trait StepDefinition
trait Located
class Object
trait Matchable
class Any

Value members

Inherited methods

override def execute(args: Array[AnyRef]): Unit
Definition Classes
ScalaStepDefinition -> StepDefinition
Inherited from:
ScalaStepDefinition
protected def executeAsCucumber(block: => Unit): Unit

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.

Inherited from:
AbstractGlueDefinition
override def getLocation(): String
Definition Classes
Inherited from:
ScalaStepDefinition
override def getPattern: String
Definition Classes
ScalaStepDefinition -> StepDefinition
Inherited from:
ScalaStepDefinition
override def getSourceReference(): Optional[SourceReference]
Definition Classes
Inherited from:
AbstractGlueDefinition
override def isDefinedAt(stackTraceElement: StackTraceElement): Boolean
Definition Classes
Inherited from:
AbstractGlueDefinition

Concrete fields

override val stepDetails: ScalaStepDetails

Inherited fields

override val location: StackTraceElement
Inherited from:
ScalaStepDefinition
override val parameterInfos: List[ParameterInfo]
Inherited from:
ScalaStepDefinition
lazy val sourceReference: SourceReference
Inherited from:
AbstractGlueDefinition