Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generator-driven property checks and scalatestplus #127

Open
halyph opened this issue Mar 16, 2020 · 0 comments
Open

Generator-driven property checks and scalatestplus #127

halyph opened this issue Mar 16, 2020 · 0 comments

Comments

@halyph
Copy link

halyph commented Mar 16, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant