We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Move the User Guide to ScalaCheck's main repository
Updated User Guide (markdown)
containerOf1 was renamed to nonEmptyContainerOf
Fix typo in CounterSpecification comments
Updated 用户指南 (markdown)
Fixed minor typos in the Test Case Minimisation section
in the tree generator example, used const() instead of value()
fix typo
List.make does not exist on Scala 2.11
added some syntax highlighting
Fix typo "wether"
simplified Chinese translation for the User Guide
Fix minor typos
Yet another replacement for deprecated `Gen.vectorOf` by `Gen.listOfN`
Replaced `Gen.vectorOf` by `Gen.listOfN` as used in the example described.
scala.Math: error: object Math is not a member of package scala
spelling
Spelling.
Add Prop.BooleanOperators import
Correct typo "rigt" to "right".
Hi, I was running this example, and if I don't include `Get` in commands, it would successfully pass, because there are no other checks in `Inc` and `Dec`. Didn't you forget to include it there?
removeDuplicates is deprecated since 2.8.0
Try to fix typo (I'm only 80% sure I guessed correctly what the author meant to type).
Updated Home (markdown)