package golden
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- golden
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class GoldenConfiguration(relativePath: String, sampleSize: Int) extends Product with Serializable
- case class GoldenSample(samples: Json) extends Product with Serializable
Value Members
- def goldenTest[A](gen: Gen[Sized, A])(implicit arg0: Tag[A], arg1: JsonEncoder[A], trace: Trace, config: GoldenConfiguration): Spec[TestEnvironment, Throwable]
- case object BuildInfo extends Product with Serializable
This object was generated by sbt-buildinfo.
- object GoldenConfiguration extends Serializable
- object GoldenSample extends Serializable
- object filehelpers