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

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

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

private[scala] trait BaseScalaDsl {

  val NO_REPLACEMENT = Seq[String]()
  val EMPTY_TAG_EXPRESSION = ""
  val DEFAULT_BEFORE_ORDER = 1000
  val DEFAULT_AFTER_ORDER = 1000

  private[scala] val registry: ScalaDslRegistry = new ScalaDslRegistry()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy