test-framework-0.3.1: Framework for running and organising tests, with HUnit and QuickCheck supportSource codeContentsIndex
Test.Framework.Options
Documentation
type TestOptions = TestOptions' MaybeSource
type CompleteTestOptions = TestOptions' KSource
data TestOptions' f Source
Constructors
TestOptions
topt_seed :: f SeedSeed that should be used to create random numbers for generated tests
topt_maximum_generated_tests :: f IntMaximum number of tests to generate when using something like QuickCheck
topt_maximum_unsuitable_generated_tests :: f IntMaximum number of unsuitable tests to consider before giving up when using something like QuickCheck
topt_timeout :: f (Maybe Int)The number of microseconds to run tests for before considering them a failure
show/hide Instances
Produced by Haddock version 2.4.2