Trait that contains several “check” methods that perform ScalaCheck property checks.”“
Trait providing methods and classes used to configure property checks provided by the
the forAll
methods of trait GeneratorDrivenPropertyChecks
(for ScalaTest-style
property checks) and the check
methods Checkers
(for ScalaCheck-style property checks).
Exception that indicates an evaluation of a property should be discarded, because a condition required by a property was not met by the passed values.
Exception that indicates a ScalaCheck property check failed.
Trait containing methods that faciliate property checks against generated data using ScalaCheck.
Exception that indicates a property check failed.
Trait that facilitates property checks on data supplied by tables and generators.
Exception that indicates a table-driven property check failed.
Trait containing methods that faciliate property checks against tables of data.
A table with 1 column.
A table with 10 columns.
A table with 11 columns.
A table with 12 columns.
A table with 13 columns.
A table with 14 columns.
A table with 15 columns.
A table with 16 columns.
A table with 17 columns.
A table with 18 columns.
A table with 19 columns.
A table with 2 columns.
A table with 20 columns.
A table with 21 columns.
A table with 22 columns.
A table with 3 columns.
A table with 4 columns.
A table with 5 columns.
A table with 6 columns.
A table with 7 columns.
A table with 8 columns.
A table with 9 columns.
Trait containing the Table
object, which offers one apply
factory method for
each TableForN
class, TableFor1
through TableFor22
.
Trait that contains the whenever
clause that can be used in table- or generator-driven property checks.
This exception class has been deprecated and will be removed in a future version of ScalaTest. Please
change uses of this class to use GeneratorDrivenPropertyCheckFailedException
instead.
Companion object that facilitates the importing of Checkers
members as
an alternative to mixing it in.
Companion object that facilitates the importing of Configuration
members as
an alternative to mixing it in.
Companion object that facilitates the importing of PropertyChecks
members as
an alternative to mixing it in.
Companion object for class TableFor1
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor1
to return another TableFor1
.
Companion object for class TableFor10
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor10
to return another TableFor10
.
Companion object for class TableFor11
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor11
to return another TableFor11
.
Companion object for class TableFor12
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor12
to return another TableFor12
.
Companion object for class TableFor13
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor13
to return another TableFor13
.
Companion object for class TableFor14
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor14
to return another TableFor14
.
Companion object for class TableFor15
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor15
to return another TableFor15
.
Companion object for class TableFor16
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor16
to return another TableFor16
.
Companion object for class TableFor17
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor17
to return another TableFor17
.
Companion object for class TableFor18
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor18
to return another TableFor18
.
Companion object for class TableFor19
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor19
to return another TableFor19
.
Companion object for class TableFor2
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor2
to return another TableFor2
.
Companion object for class TableFor20
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor20
to return another TableFor20
.
Companion object for class TableFor21
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor21
to return another TableFor21
.
Companion object for class TableFor22
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor22
to return another TableFor22
.
Companion object for class TableFor3
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor3
to return another TableFor3
.
Companion object for class TableFor4
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor4
to return another TableFor4
.
Companion object for class TableFor5
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor5
to return another TableFor5
.
Companion object for class TableFor6
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor6
to return another TableFor6
.
Companion object for class TableFor7
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor7
to return another TableFor7
.
Companion object for class TableFor8
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor8
to return another TableFor8
.
Companion object for class TableFor9
that provides an implicit canBuildFrom
method
that enables higher order functions defined on TableFor9
to return another TableFor9
.
Companion object that facilitates the importing of Tables
members as
an alternative to mixing it in.