AbstractGlueDefinition

io.cucumber.scala.AbstractGlueDefinition
trait AbstractGlueDefinition extends Located

Attributes

Graph
Supertypes
trait Located
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete 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

override def getLocation(): String

Attributes

Definition Classes
Located
override def getSourceReference(): Optional[SourceReference]

Attributes

Definition Classes
Located
override def isDefinedAt(stackTraceElement: StackTraceElement): Boolean

Attributes

Definition Classes
Located

Abstract fields

val location: StackTraceElement

Concrete fields

lazy val sourceReference: SourceReference