Haskell Core Libraries (base package)ContentsIndex
Debug.QuickCheck.Batch
Portability non-portable (uses Control.Exception, Control.Concurrent)
Stability experimental
Maintainer libraries@haskell.org
Description
This is a batch driver for runing QuickCheck.
Synopsis
run :: Testable a => a -> TestOptions -> IO TestResult
runTests :: String -> TestOptions -> [TestOptions -> IO TestResult] -> IO ()
defOpt :: TestOptions
data TestOptions = TestOptions {
no_of_tests :: Int
length_of_tests :: Int
debug_tests :: Bool
}
isBottom :: a -> Bool
Produced by Haddock version 0.6