TestCallback

org.scalacheck.Test.TestCallback
trait TestCallback

Attributes

Source
Test.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Concrete methods

def chain(testCallback: TestCallback): TestCallback

Attributes

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

Attributes

Source
Test.scala
def onTestResult(name: String, result: Result): Unit

Called whenever a property has finished testing

Called whenever a property has finished testing

Attributes

Source
Test.scala