-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A test framework provider for testing-feat -- -- A test provider for testing-feat copied from -- test-framework-quickcheck2 by Max Bolingbroke @package test-framework-testing-feat @version 0.1.0.0 -- | 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 module Test.Framework.Providers.Feat -- | Create a Test for a Feat property testFeat :: (Enumerable a, Show a) => TestName -> (a -> Bool) -> Test instance Typeable Property instance Show PropertyStatus instance Eq PropertyStatus instance Testlike PropertyTestCount PropertyStatus Property instance TestResultlike PropertyTestCount PropertyStatus