-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Looking into http://www.scalatest.org/user_guide/generator_driven_property_checks page
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.
Shouldn't we mention that for scalatest v.3.1.0+ we should add "org.scalatestplus" %% "scalacheck-1-14" % Version
dependency?
Yes, it's mentioned in Release Notes 3.1.0 http://www.scalatest.org/release_notes/3.1.0, but it's not obvious for the seasonal user
asnare
Metadata
Metadata
Assignees
Labels
No labels