Packages

p

bekindrewind

package bekindrewind

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class RecordOptions(notRecordedThrowsErrors: Boolean, overwriteAll: Boolean, expiresAfter: Option[Duration]) extends Product with Serializable
  2. final case class StatefulVcrEntries(entries: Vector[VcrEntry], currentIndex: AtomicInteger) extends Product with Serializable
  3. trait VcrClient extends AnyRef
  4. final case class VcrEntries(entries: Vector[VcrEntry], version: String, expiration: Option[OffsetDateTime] = None) extends Product with Serializable
  5. final case class VcrEntry(request: VcrRequest, response: VcrResponse, recordedAt: OffsetDateTime) extends Product with Serializable
  6. sealed trait VcrKey extends AnyRef
  7. sealed trait VcrMatcher extends AnyRef
  8. final case class VcrRequest(method: String, uri: URI, body: String, headers: Map[String, Seq[String]], httpVersion: String) extends Product with Serializable
  9. final case class VcrResponse(statusCode: Int, statusText: String, headers: Map[String, Seq[String]], body: String, contentType: Option[String]) extends Product with Serializable

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object RecordOptions extends Serializable
  3. object StatefulVcrEntries extends Serializable
  4. object VcrClient
  5. object VcrKey
  6. object VcrMatcher

Ungrouped