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

org.specs2.specification.script.Scenario.scala Maven / Gradle / Ivy

There is a newer version: 4.10.6
Show newest version
package org.specs2
package specification
package script

/**
 * A sequence of GWT steps.
 */
trait Scenario extends Script {
  type S <: Scenario
  def start: Scenario
  def end: Scenario

  def stepsNumbers: Seq[Int]
  def withTitle(t: String): S
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy