test-framework-testing-feat-0.1.0.1: A test framework provider for testing-feat

Safe HaskellNone

Test.Framework.Providers.Feat

Description

Allows Feat 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

Synopsis

Documentation

testFeat :: (Enumerable a, Show a) => TestName -> (a -> Bool) -> TestSource

Create a Test for a Feat property