Package

org.scalacheck

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Buildable[T, C] extends AnyRef

    Permalink
  2. class ConsoleReporter extends TestCallback

    Permalink

    A org.scalacheck.Test.TestCallback implementation that prints test results directly to the console.

    A org.scalacheck.Test.TestCallback implementation that prints test results directly to the console. This is the callback used by ScalaCheck's command line test runner, and when you run org.scalacheck.Prop!.check:Unit*

  3. sealed trait FreqMap[T] extends Serializable

    Permalink
  4. sealed trait Pretty extends Serializable

    Permalink
  5. trait Testable extends AnyRef

    Permalink

    Marks a type as testable.

    Marks a type as testable. This is not used anywhere, and will be removed in ScalaCheck 1.13.0.

Value Members

  1. object Buildable

    Permalink
  2. object ConsoleReporter

    Permalink
  3. object FreqMap extends Serializable

    Permalink
  4. object Pretty extends Serializable

    Permalink

Ungrouped