ScalaParameterTypeDefinition

io.cucumber.scala.ScalaParameterTypeDefinition
See theScalaParameterTypeDefinition companion object
trait ScalaParameterTypeDefinition[R] extends ParameterTypeDefinition with AbstractGlueDefinition

Attributes

Companion:
object
Graph
Supertypes
trait ParameterTypeDefinition
trait Located
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

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.

Attributes

Inherited from:
AbstractGlueDefinition
override def getLocation(): String

Attributes

Definition Classes
Inherited from:
AbstractGlueDefinition
override def getSourceReference(): Optional[SourceReference]

Attributes

Definition Classes
Inherited from:
AbstractGlueDefinition
override def isDefinedAt(stackTraceElement: StackTraceElement): Boolean

Attributes

Definition Classes
Inherited from:
AbstractGlueDefinition

Abstract fields

Concrete fields

override val location: StackTraceElement
override val parameterType: ParameterType[R]

Inherited fields

lazy val sourceReference: SourceReference

Attributes

Inherited from:
AbstractGlueDefinition