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

Companion:
object
Source:
ConsoleReporter.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

override def onTestResult(name: String, res: Result): Unit
Definition Classes
Source:
ConsoleReporter.scala

Inherited methods

def chain(testCallback: TestCallback): TestCallback
Inherited from:
TestCallback
Source:
Test.scala
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
Source:
Test.scala