org

scalacheck

package scalacheck

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Arbitrary[T] extends AnyRef

  2. trait Commands extends Prop

    See User Guide for usage examples

  3. sealed trait Gen[+T] extends AnyRef

  4. trait Prop extends AnyRef

  5. class Properties extends Prop

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

  6. class ScalaCheckFramework extends Framework

  7. sealed abstract class Shrink[T] extends AnyRef

Value Members

  1. object Arbitrary

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

  2. object Gen

  3. object Prop

  4. object Shrink

  5. object Test

  6. package util

Ungrouped