Description
Adds HUnit-like assertions for QuickCheck tests. This lets property-based tests use familiar assertion style while still benefiting from generated inputs and shrinking.
It is useful when a Haskell test suite combines example-style expectations with QuickCheck properties. It is a development library used by automated tests.