Safe Haskell | Safe-Inferred |
---|
Test.Framework.Providers.QuickCheck2
Description
Allows QuickCheck2 properties to be used with the test-framework package.
For an example of how to use test-framework, please see http://github.com/batterseapower/test-framework/raw/master/example/Test/Framework/Example.lhs
- testProperty :: Testable a => TestName -> a -> Test