Aliases

io.cucumber.scala.Aliases$
object Aliases

Contains some aliases to help match this codebase with cucumber-java

Attributes

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

Members list

Concise view

Type members

Types

type DefaultDataTableCellTransformerBody = (String, Type) => AnyRef
type DefaultDataTableEntryTransformerBody = (Map[String, String], Type) => AnyRef
type DefaultParameterTransformerBody = (String, Type) => AnyRef
type DocStringDefinitionBody[T] = String => T
type StaticHookDefinitionBody = () => Unit
type StepDefinitionBody = () => Unit