| |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
Description | |||||||||||||||||||||||||||||||
A generic test framework for all types of Haskell test. For an example of how to use test-framework, please see http://github.com/batterseapower/test-framework/raw/master/example/Test/Framework/Example.lhs | |||||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
Documentation | |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
Test names or descriptions. These are shown to the user | |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
The name of a type of test, such as Properties or Test Cases. Tests of types of the same names will be grouped together in the test run summary. | |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
Assemble a number of tests into a cohesive group | |||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||
module Test.Framework.Options | |||||||||||||||||||||||||||||||
module Test.Framework.Runners.Console | |||||||||||||||||||||||||||||||
module Test.Framework.Runners.Options | |||||||||||||||||||||||||||||||
module Test.Framework.Seed | |||||||||||||||||||||||||||||||
Produced by Haddock version 2.4.2 |