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
Value members
Concrete methods
Inherited methods
Called each time a property is evaluated
Called each time a property is evaluated
- Inherited from
- TestCallback