org.scalatestplus

scalacheck

package scalacheck

Visibility
  1. Public
  2. All

Type Members

  1. trait Checkers extends ScalaCheckConfiguration

    Trait that contains several “check” methods that perform ScalaCheck property checks.

  2. trait ScalaCheckDrivenPropertyChecks extends Whenever with ScalaCheckConfiguration

    Trait containing methods that faciliate property checks against generated data using ScalaCheck.

  3. trait ScalaCheckPropertyChecks extends TableDrivenPropertyChecks with ScalaCheckDrivenPropertyChecks

    Trait that facilitates property checks on data supplied by tables and generators.

Value Members

  1. object Checkers extends Checkers

    Companion object that facilitates the importing of Checkers members as an alternative to mixing it in.

  2. object ScalaCheckDrivenPropertyChecks extends ScalaCheckDrivenPropertyChecks

  3. object ScalaCheckPropertyChecks extends ScalaCheckPropertyChecks

    Companion object that facilitates the importing of PropertyChecks members as an alternative to mixing it in.

Ungrouped