quickcheck-property-monad
Version 0.2.4 revision 0 uploaded by BennoFuenfstueck.
Package meta
- Synopsis
- A monad for generating QuickCheck properties without Arbitrary instances.
- Description
When your data has many invariants, it's often difficult to write Arbitrary instances for QuickCheck. This library attempts to solve that problem by providing a nice interface to write QuickCheck tests without using Arbitrary instances. It aims to be somewhere in the middle between HUnit and QuickCheck: Use the random test case generation of QuickCheck, but write HUnit like assertions.
- Author
- Benno Fünfstück
- Bug reports
- http://github.com/bennofs/quickcheck-property-monad/issues
- Category
- Testing
- Copyright
- Copyright (C) 2013-2015 Benno Fünfstück
- Homepage
- http://github.com/bennofs/quickcheck-property-monad/
- Maintainer
- Benno Fünfstück <benno.fuenfstueck@gmail.com>
- Package URL
- n/a
- Stability
- experimental