package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Buildable[T, C] extends Serializable
- 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()
. - sealed trait FreqMap[T] extends Serializable
- sealed trait Pretty extends Serializable
Value Members
- object Buildable extends BuildableVersionSpecific with Serializable
- object ConsoleReporter
- object FreqMap extends Serializable
- object Pretty extends Serializable
- object SerializableCanBuildFroms
Factory instances implementing Serializable, so that the objects capturing those can be serializable too.