Packages

p

zio.json

golden

package golden

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. golden
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class GoldenConfiguration(relativePath: String, sampleSize: Int) extends Product with Serializable
  2. case class GoldenSample(samples: Json) extends Product with Serializable

Value Members

  1. def goldenTest[A](gen: Gen[Sized, A])(implicit arg0: Tag[A], arg1: JsonEncoder[A], trace: Trace, config: GoldenConfiguration): Spec[TestEnvironment, Throwable]
  2. case object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  3. object GoldenConfiguration extends Serializable
  4. object GoldenSample extends Serializable
  5. object filehelpers

Inherited from AnyRef

Inherited from Any

Ungrouped