Utilities for using ScalaCheck with Spark and Spark Streaming, based on Specs2
Use linear temporal logic to write ScalaCheck properties for Spark Streaming programs, see the Quickstart for details. See also
- scaladoc
- sbt dependency
lazy val sscheckVersion = "0.3.2"
libraryDependencies += "es.ucm.fdi" %% "sscheck" % sscheckVersion
resolvers += Resolver.bintrayRepo("juanrh", "maven")
See latest version in bintray
This work has been partially supported by MICINN Spanish project StrongSoft (TIN2012-39391-C04-04), by the Spanish MINECO project CAVI-ART (TIN2013-44742-C4-3-R), and by the Comunidad de Madrid project N-Greens Software-CM (S2013/ICE-2731).
Some parts of this code are based on or have been taken from Spark Testing Base by Holden Karau