Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.15 KB

sscheck

Utilities for using ScalaCheck with Spark and Spark Streaming, based on Specs2

Jenkins

Use linear temporal logic to write ScalaCheck properties for Spark Streaming programs, see the Quickstart for details. See also

lazy val sscheckVersion = "0.3.2"
libraryDependencies += "es.ucm.fdi" %% "sscheck" % sscheckVersion
resolvers += Resolver.bintrayRepo("juanrh", "maven")

See latest version in bintray

Acknowledgements

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