SpecCheck - Specification-Based Testing for Isabelle/ML

 

Title: SpecCheck - Specification-Based Testing for Isabelle/ML
Authors: Kevin Kappelmann, Lukas Bulwahn (lukas /dot/ bulwahn /at/ gmail /dot/ com) and Sebastian Willenbrink (sebastian /dot/ willenbrink /at/ tum /dot/ de)
Submission date: 2021-07-01
Abstract: SpecCheck is a QuickCheck-like testing framework for Isabelle/ML. You can use it to write specifications for ML functions. SpecCheck then checks whether your specification holds by testing your function against a given number of generated inputs. It helps you to identify bugs by printing counterexamples on failure and provides you timing information. SpecCheck is customisable and allows you to specify your own input generators, test output formats, as well as pretty printers and shrinking functions for counterexamples among other things.
BibTeX:
@article{SpecCheck-AFP,
  author  = {Kevin Kappelmann and Lukas Bulwahn and Sebastian Willenbrink},
  title   = {SpecCheck - Specification-Based Testing for Isabelle/ML},
  journal = {Archive of Formal Proofs},
  month   = jul,
  year    = 2021,
  note    = {\url{https://isa-afp.org/entries/SpecCheck.html},
            Formal proof development},
  ISSN    = {2150-914x},
}
License: BSD License
Used by: Regex_Equivalence
Status: [ok] This is a development version of this entry. It might change over time and is not stable. Please refer to release versions for citations.