AbstractGlueDefinition

trait AbstractGlueDefinition extends Located
trait Located
class Object
trait Matchable
class Any

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.

override def getLocation(): String
Definition Classes
Located
override def getSourceReference(): Optional[SourceReference]
Definition Classes
Located
override def isDefinedAt(stackTraceElement: StackTraceElement): Boolean
Definition Classes
Located

Abstract fields

val location: StackTraceElement

Concrete fields

lazy val sourceReference: SourceReference