| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Test.IOTasks.Random.Testing
Synopsis
- taskCheck :: IOrep () -> Specification -> IO ()
- taskCheckWith :: Args -> IOrep () -> Specification -> IO ()
- taskCheckOutcome :: IOrep () -> Specification -> IO Outcome
- taskCheckWithOutcome :: Args -> IOrep () -> Specification -> IO Outcome
- data Args = Args {}
- stdArgs :: Args
- taskCheckOn :: [Inputs] -> IOrep () -> Specification -> Outcome
- genInput :: Specification -> Maybe Int -> Size -> Int -> Gen Inputs
Documentation
taskCheckWith :: Args -> IOrep () -> Specification -> IO () Source #
taskCheckOutcome :: IOrep () -> Specification -> IO Outcome Source #
taskCheckWithOutcome :: Args -> IOrep () -> Specification -> IO Outcome Source #
Constructors
| Args | |
Fields
| |
pre-computed test suites
taskCheckOn :: [Inputs] -> IOrep () -> Specification -> Outcome Source #