Package

com.github.agourlay.cornichon

dsl

Permalink

package dsl

Visibility
  1. Public
  2. All

Type Members

  1. case class BodyElementCollector[Body, Result](fn: (Vector[Body]) ⇒ Result) extends Product with Serializable

    Permalink
  2. case class DataTable(headers: Headers, rows: Seq[Row]) extends Product with Serializable

    Permalink
  3. case class DataTableError(error: Throwable) extends Exception with DslError with Product with Serializable

    Permalink
  4. case class DataTableParseError(msg: String) extends Exception with DslError with Product with Serializable

    Permalink
  5. class DataTableParser extends Parser

    Permalink
  6. trait Dsl extends CornichonLogger

    Permalink
  7. sealed trait DslError extends Exception with CornichonError

    Permalink
  8. case class Headers(fields: Seq[String]) extends Product with Serializable

    Permalink
  9. case class Row(fields: Seq[JsValue]) extends Product with Serializable

    Permalink

Value Members

  1. object ConcurrentlyTimeout extends Exception with DslError with Product with Serializable

    Permalink
  2. object DataTableParser

    Permalink
  3. object EventuallyBlockSucceedAfterMaxDuration extends Exception with DslError with Product with Serializable

    Permalink
  4. object MalformedConcurrentBlock extends Exception with DslError with Product with Serializable

    Permalink
  5. object MalformedEventuallyBlock extends Exception with DslError with Product with Serializable

    Permalink

Ungrouped