Package

org.scalacheck

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Buildable[T, C] extends Serializable

    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().

  3. sealed trait FreqMap[T] extends Serializable

    Permalink
  4. sealed trait Pretty extends Serializable

    Permalink

Value Members

  1. object Buildable extends Serializable

    Permalink
  2. object ConsoleReporter

    Permalink
  3. object FreqMap extends Serializable

    Permalink
  4. object Pretty extends Serializable

    Permalink
  5. object SerializableCanBuildFroms

    Permalink

    CanBuildFrom instances implementing Serializable, so that the objects capturing those can be serializable too.

Ungrouped