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.
tags:Available versions
| Version | Type | Download |
|---|---|---|
| 1.5 | release | Binary (809 KB) |
| 1.4 | release | Binary (710 KB) |
| 1.3 | release | Binary (642 KB) |
| 1.2 | release | Binary (609 KB) |
| 1.1.1 | release | Binary (340 KB) |
| 1.1 | release | Binary (335 KB) |
| 1.0 | release | Binary (359 KB) |
Stats