Skip to content

non/scalacheck

This branch is 2 commits ahead of, 1082 commits behind typelevel/scalacheck:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

42d4788 · Mar 26, 2019
Feb 25, 2019
Feb 25, 2019
Feb 27, 2019
Feb 25, 2019
Feb 25, 2019
Feb 25, 2019
Mar 26, 2019
Sep 26, 2018
Sep 21, 2017
Feb 27, 2019
Apr 22, 2018
Apr 29, 2018
Apr 29, 2018
Apr 22, 2018
Nov 26, 2014
Feb 27, 2019

Repository files navigation

ScalaCheck

Join the chat at https://gitter.im/scalacheck/Lobby

Build Status

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

About

Property-based testing for Scala

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 99.2%
  • Shell 0.8%