Package scalacheck: Information
Source package: scalacheck
Version: 1.15.3-alt1_1jpp11
Build time: Jun 15, 2021, 03:29 PM in the task #274589
Category: Development/Java
Report package bugHome page: http://www.scalacheck.org/
License: BSD
Summary: Property-based testing for Scala
Description:
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.
Maintainer: Igor Vlasenko