Packages

package golden

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class GoldenConfig(mode: GoldenMode, diff: GoldenDiff) extends Product with Serializable
  2. sealed trait GoldenDiff extends AnyRef
  3. trait GoldenMatchers extends HasGoldenConfig
  4. sealed trait GoldenMode extends AnyRef
  5. trait HasGoldenConfig extends Suite

Value Members

  1. case object GoldenAccept extends GoldenMode with Product with Serializable
  2. case object GoldenCheck extends GoldenMode with Product with Serializable
  3. object GoldenConfig extends Serializable
  4. case object GoldenGenerate extends GoldenMode with Product with Serializable
  5. case object GoldenScalactic extends GoldenDiff with Product with Serializable

Ungrouped