org

scalacheck

package scalacheck

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Arbitrary[T] extends AnyRef

  2. sealed trait Cogen[-T] extends AnyRef

  3. sealed abstract class Gen[+T] extends AnyRef

  4. sealed abstract class Prop extends AnyRef

    Annotations
    @JSExportDescendentClasses() @JSExportDescendentObjects()
  5. sealed class PropFromFun extends Prop

    Helper class to satisfy ScalaJS compilation.

  6. class Properties extends AnyRef

    Represents a collection of properties, with convenient methods for checking all properties at once.

  7. final class ScalaCheckFramework extends Framework

  8. sealed abstract class Shrink[T] extends AnyRef

  9. trait ShrinkLowPriority extends AnyRef

Value Members

  1. object Arbitrary extends ArbitraryLowPriority with ArbitraryArities

    Defines implicit org.scalacheck.Arbitrary instances for common types.

  2. object Cogen extends CogenArities

  3. object Gen extends GenArities

  4. object Prop

  5. object Shrink extends ShrinkLowPriority

  6. object Test

  7. package commands

  8. package rng

  9. package util

Ungrouped