Popularity
5.1
Growing
Activity
8.3
Declining
275
12
22

Programming language: Scala
License: MIT License
Tags: Testing    
Latest version: v0.8.0

scalaprops alternatives and similar packages

Based on the "Testing" category.
Alternatively, view scalaprops alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of scalaprops or a related project?

Add another 'Testing' Package

README

scalaprops

Scala.js scaladoc

property based testing library for Scala

features

latest stable version

please use sbt plugin because there are some convenient features.

setup without sbt plugin

testFrameworks += new TestFramework("scalaprops.ScalapropsFramework")

parallelExecution in Test := false // currently, does not support parallel execution

libraryDependencies += "com.github.scalaprops" %% "scalaprops" % "0.8.1" % "test"
libraryDependencies += "com.github.scalaprops" %% "scalaprops-scalaz" % "0.8.1" % "test"

[screencast](screencast.gif)

deterministic testing

Scalaprops emitting which seed it started with during a failing test, and providing an interface --seed=<value> for re-running the failing test with the same seed.

[deterministic-testing](deterministic-testing.gif)

examples

See scalaprops-example project.

for scalaz 7.1.x

https://github.com/scalaprops/scalaprops/tree/0.1.x