From d18fca116059a16e7ee9dfa2c4ce6c781e83895f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-R=C3=A9mi=20Desjardins?=
Generator-driven property checks
To use generator-driven property checks, you must mix in trait GeneratorDrivenPropertyChecks
(or import the
members of its companion object). If you are also using table-driven property checks, you can mix in
trait PropertyChecks
,
-which extends both GeneratorDrivenPropertyChecks
and TableDrivenPropertyChecks
. Generator-driven property checks uses ScalaCheck, so you must also include the ScalaCheck JAR file on your classpath when you compile and run your tests.
+which extends both GeneratorDrivenPropertyChecks
and TableDrivenPropertyChecks
. Generator-driven property checks uses ScalaCheck, so you must also include the ScalaCheck JAR file on your classpath when you compile and run your tests.