hedgehog: Property-Based Testing

Hedgehog will eat all your bugs. 'Hedgehog' is a property-based testing package in the spirit of 'QuickCheck'. With 'Hedgehog', one can test properties of their programs against randomly generated input, providing far superior test coverage compared to unit testing. One of the key benefits of 'Hedgehog' is integrated shrinking of counterexamples, which allows one to quickly find the cause of bugs, given salient examples when incorrect behaviour occurs.

Package details

AuthorHuw Campbell [aut, cre]
MaintainerHuw Campbell <huw.campbell@gmail.com>
LicenseMIT + file LICENSE
Version0.1
URL https://hedgehog.qa
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("hedgehog")

Try the hedgehog package in your browser

Any scripts or data that you put into this service are public.

hedgehog documentation built on May 2, 2019, 11:27 a.m.