org.scalacheck.util

Type members

Classlikes

trait Buildable[T, C] extends Serializable
Companion:
object
Source:
Buildable.scala
object Buildable
Companion:
class
Source:
Buildable.scala
class ConsoleReporter(val verbosity: Int, val columnWidth: Int) extends TestCallback

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

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

Companion:
object
Source:
ConsoleReporter.scala
sealed trait FreqMap[T] extends Serializable
Companion:
object
Source:
FreqMap.scala
object FreqMap
Companion:
class
Source:
FreqMap.scala
sealed trait Pretty extends Serializable
Companion:
object
Source:
Pretty.scala
object Pretty
Companion:
class
Source:
Pretty.scala

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

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

Source:
BuildableVersionSpecific.scala