ScalaStepDefinition

trait ScalaStepDefinition extends StepDefinition with AbstractGlueDefinition
Companion:
object
trait StepDefinition
trait Located
class Object
trait Matchable
class Any

Value members

Concrete methods

override def execute(args: Array[AnyRef]): Unit
Definition Classes
StepDefinition
override def getLocation(): String
Definition Classes
override def getPattern: String
Definition Classes
StepDefinition

Inherited methods

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 getSourceReference(): Optional[SourceReference]
Definition Classes
Inherited from:
AbstractGlueDefinition
override def isDefinedAt(stackTraceElement: StackTraceElement): Boolean
Definition Classes
Inherited from:
AbstractGlueDefinition

Abstract fields

val stepDetails: ScalaStepDetails

Concrete fields

override val location: StackTraceElement
override val parameterInfos: List[ParameterInfo]

Inherited fields

lazy val sourceReference: SourceReference
Inherited from:
AbstractGlueDefinition