All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cucumber.scala.Aliases.scala Maven / Gradle / Ivy

package io.cucumber.scala

/** Contains some aliases to help match this codebase with cucumber-java
  */
object Aliases {

  type StaticHookDefinitionBody = () => Unit

  type HookDefinitionBody = Scenario => Unit

  type StepDefinitionBody = () => Unit

  type DocStringDefinitionBody[T] = String => T

  type DefaultParameterTransformerBody =
    (String, java.lang.reflect.Type) => AnyRef

  type DefaultDataTableCellTransformerBody =
    (String, java.lang.reflect.Type) => AnyRef

  type DefaultDataTableEntryTransformerBody =
    (Map[String, String], java.lang.reflect.Type) => AnyRef

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy