Package

com.github.agourlay.cornichon.steps

regular

Permalink

package regular

Visibility
  1. Public
  2. All

Type Members

  1. case class AssertStep[A](title: String, action: (Session) ⇒ StepAssertion[A], negate: Boolean = false, show: Boolean = true) extends Step with Product with Serializable

    Permalink
  2. case class DebugStep(message: (Session) ⇒ String) extends Step with Product with Serializable

    Permalink
  3. case class EffectStep(title: String, effect: (Session) ⇒ Session, show: Boolean = true) extends Step with Product with Serializable

    Permalink

Ungrouped