Package

com.github.agourlay.cornichon.steps

regular

Permalink

package regular

Visibility
  1. Public
  2. All

Type Members

  1. case class DebugStep(message: (Session) ⇒ Either[CornichonError, String], title: String = "Debug step") extends ValueStep[String] with Product with Serializable

    Permalink
  2. case class EffectStep(title: String, effect: (Session) ⇒ Future[Either[CornichonError, Session]], show: Boolean = true) extends ValueStep[Session] with Product with Serializable

    Permalink
  3. case class ResourceStep[R](title: String, acquire: Step, release: Step) extends SimpleWrapperStep with Product with Serializable

    Permalink

Value Members

  1. object EffectStep extends Serializable

    Permalink
  2. package assertStep

    Permalink

Ungrouped