org

scalacheck

package scalacheck

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Arbitrary[T] extends AnyRef

  2. sealed trait Gen[+T] extends AnyRef

  3. trait Prop extends Testable

    Annotations
    @JSExportDescendentClasses() @JSExportDescendentObjects()
  4. class PropFromFun extends Prop

    Helper class to satisfy ScalaJS compilation.

  5. class Properties extends Prop

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

  6. final class ScalaCheckFramework extends Framework

  7. sealed abstract class Shrink[T] extends AnyRef

Value Members

  1. object Arbitrary extends ArbitraryLowPriority with ArbitraryArities

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

  2. object Gen extends GenArities

  3. object Prop

  4. object Shrink

  5. object Test

  6. package commands

  7. package util

Ungrouped