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

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

There is a newer version: 8.24.0
Show newest version
package io.cucumber.scala

/** Base trait for a scala step definition implementation.
  */
trait ScalaDsl
    extends BaseScalaDsl
    with StepDsl
    with HookDsl
    with DataTableTypeDsl
    with DocStringTypeDsl
    with ParameterTypeDsl
    with DefaultTransformerDsl {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy