ConsoleReporter

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
class Object
trait Matchable
class Any

Value members

Concrete methods

override def onTestResult(name: String, res: Result): Unit
Definition Classes

Inherited methods

def chain(testCallback: TestCallback): TestCallback
Inherited from
TestCallback
def onPropEval(name: String, threadIdx: Int, succeeded: Int, discarded: Int): Unit

Called each time a property is evaluated

Called each time a property is evaluated

Inherited from
TestCallback

Concrete fields

val columnWidth: Int
val verbosity: Int