TestCallback

Source:
Test.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def chain(testCallback: TestCallback): 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

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

Called whenever a property has finished testing

Called whenever a property has finished testing

Source:
Test.scala