Implicits

io.cucumber.scala.Implicits
object Implicits

Contains implicit helpers for Cucumber Scala users.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Members list

Type members

Classlikes

implicit class ScalaDataTable(table: DataTable)

DataTable extension class providing methods to read a DataTable as Scala types.

DataTable extension class providing methods to read a DataTable as Scala types.

Note: we do not filter out null values because users might rely on the keyset in their implementation.

Attributes

Supertypes
class Object
trait Matchable
class Any

Implicits

Implicits

final implicit def ScalaDataTable(table: DataTable): ScalaDataTable

DataTable extension class providing methods to read a DataTable as Scala types.

DataTable extension class providing methods to read a DataTable as Scala types.

Note: we do not filter out null values because users might rely on the keyset in their implementation.

Attributes