Skip to content

typelevel/scalacheck

Folders and files

NameName
Last commit message
Last commit date
Dec 27, 2024
Sep 1, 2024
Jan 17, 2025
May 22, 2024
Mar 17, 2025
Mar 17, 2025
Jan 17, 2025
Nov 6, 2020
Mar 13, 2025
Apr 8, 2022
Nov 7, 2020
Dec 26, 2020
May 29, 2021
Nov 26, 2014
Jan 29, 2025

ScalaCheck

Discord Join the chat at https://gitter.im/scalacheck/Lobby Continuous Integration scalacheck Scala version support

ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. ScalaCheck was originally inspired by the Haskell library QuickCheck, but has also ventured into its own.

ScalaCheck has no external dependencies other than the Scala runtime, and works great with SBT, the Scala build tool. It is also fully integrated in the test frameworks ScalaTest and specs2. You can of course also use ScalaCheck completely standalone, with its built-in test runner.

ScalaCheck is used by several prominent Scala projects, for example the Scala compiler and the Akka concurrency framework.

For more information and downloads, please visit http://www.scalacheck.org