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

  4. class Properties extends Prop

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

  5. 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 ScalaCheckFramework extends TestFramework

  5. object Shrink

  6. object Test

  7. package commands

  8. package util

Ungrouped