test-framework-0.3.3: Framework for running and organising tests, with HUnit and QuickCheck support
Test.Framework.Options
type TestOptions = TestOptions' MaybeSource
type CompleteTestOptions = TestOptions' KSource
data TestOptions' f Source
Constructors
Fields
Seed that should be used to create random numbers for generated tests
Maximum number of tests to generate when using something like QuickCheck
Maximum number of unsuitable tests to consider before giving up when using something like QuickCheck
The number of microseconds to run tests for before considering them a failure
Instances