Safe Haskell | None |
---|---|
Language | Haskell2010 |
Test.Hspec.Wai.QuickCheck
Contents
- property :: Testable a => a -> Application -> Property
- (==>) :: Testable prop => Bool -> prop -> WaiProperty
- class Arbitrary a where
- module Test.QuickCheck.Gen
- class Testable a where
- data WaiProperty = WaiProperty {
- unWaiProperty :: Application -> Property
Documentation
Re-exports
Random generation and shrinking of values.
Minimal complete definition
Instances
module Test.QuickCheck.Gen
Internals
class Testable a where Source #
Minimal complete definition
Methods
toProperty :: a -> WaiProperty Source #
data WaiProperty Source #
Constructors
WaiProperty | |
Fields
|
Instances