@hackage hspec-multicheck0.1
A testing framework for Haskell using Hspec
Categories
License
LicenseRef-PublicDomain
Maintainer
Marcellus Siegburg <msi@informatik.uni-kiel.de>
Links
Versions
- 0.1 Fri, 11 Aug 2017
Installation
Dependencies (5)
- QuickCheck
- base <5
- hspec
- hspec-smallcheck
- smallcheck >=1.1.2 Show all…
Dependents (1)
@hackage/acme-everything
hspec-multicheck 
A testing framework for Haskell using Hspec. Basically the framework is identical to Hspec. However, this framework is designed to execute all test cases using both, QuickCheck and Smallcheck. Thus, instances for Arbitrary and Series might be required for variables used in test cases.
If you want to test all your properties using QuickCheck and smallcheck you may use this library to reduce code duplication.
Have a look at ListSpec.hs if you would like to see an example (e.g. for quickly getting started).
For further information you may have a look at the pages of Hspec, QuickCheck and smallcheck.