org.scalacheck

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait Buildable[T, C] extends AnyRef

  2. class ConsoleReporter extends TestCallback

    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

  4. sealed trait Pretty extends Serializable

  5. trait Testable extends AnyRef

    Marks a type as testable

Value Members

  1. object Buildable

  2. object ConsoleReporter

  3. object FreqMap extends Serializable

  4. object Pretty extends Serializable

Ungrouped