| Copyright | 2015 Kei Hibino |
|---|---|
| License | BSD3 |
| Maintainer | ex8k.hibino@gmail.com |
| Stability | experimental |
| Portability | unknown |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Test.QuickCheck.Simple
Description
This module contains definitions of test properties and default-mains using QuickCheck library.
Documentation
Constructors
| Bool Bool | |
| QuickCheck Property |
defaultMain' :: Bool -> [Test] -> IO () Source
Default main to run test suites.
defaultMain :: [Test] -> IO () Source
Not verbose version of defaultMain'.