Skip to content

Generator-driven property checks and scalatestplusΒ #127

@halyph

Description

@halyph

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions