ScalaDefaultDataTableEntryTransformerDefinition

io.cucumber.scala.ScalaDefaultDataTableEntryTransformerDefinition

Attributes

Companion
object
Graph
Supertypes
trait DefaultDataTableEntryTransformerDefinition
trait Located
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

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
protected def replaceEmptyPatternsWithEmptyString(t: String): String
protected def replaceEmptyPatternsWithEmptyString(fromValue: Map[String, String]): Try[Map[String, String]]
protected def replaceEmptyPatternsWithEmptyString(table: DataTable): DataTable
protected def replaceEmptyPatternsWithEmptyString(row: Seq[String]): Seq[String]

Concrete fields

override val emptyPatterns: Seq[String]
override val headersToProperties: Boolean
override val location: StackTraceElement
override val tableEntryByTypeTransformer: TableEntryByTypeTransformer

Inherited fields

lazy val sourceReference: SourceReference

Attributes

Inherited from:
AbstractGlueDefinition