ScalaCheck


ScalaCheck

ScalaCheck is a tool for testing Scala programs, based on property specifications and automatic test data generation. The basic idea is that you define a property that specifies the behaviour of a method or some unit of code, and ScalaCheck checks that the property holds. All test data are generated automatically in a random fashion, so you don't have to worry about any missed cases.

Provided εξαρτήσεις (1)

Ομάδα / Τεχνούργημα Έκδοση Νεότερη Έκδοση
org.scala-lang » scala-library 2.7.0-rc2 2.12.18-M2