You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Looking into http://www.scalatest.org/user_guide/generator_driven_property_checks page
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
The text was updated successfully, but these errors were encountered: