Package

com.github.agourlay.cornichon

dsl

Permalink

package dsl

Visibility
  1. Public
  2. All

Type Members

  1. trait AssertionStep[A, B] extends AnyRef

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

    Permalink
  3. trait CollectionAssertionStep[A, B] extends AnyRef

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

    Permalink
  5. case class DataTableError(error: Throwable, input: String) extends Exception with DslError with Product with Serializable

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

    Permalink
  7. class DataTableParser extends Parser with StringHeaderParserSupport

    Permalink
  8. trait Dsl extends AnyRef

    Permalink
  9. sealed trait DslError extends Exception with CornichonError

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

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

    Permalink
  12. trait StringHeaderParserSupport extends StringBuilding

    Permalink

Value Members

  1. object CoreAssertion

    Permalink
  2. object DataTableParser

    Permalink
  3. object Dsl

    Permalink

Ungrouped