|
| Test.HUnit.Utils | | Portability | portable | | Stability | provisional | | Maintainer | John Goerzen <jgoerzen@complete.org> |
|
|
|
| Description |
Utilities for HUnit unit testing.
Written by John Goerzen, jgoerzen@complete.org
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Asserts that a specific exception is raised by a given action.
|
|
|
|
|
| :: Testable a | | | => Config | quickcheck config
| | -> String | label for the property
| | -> a | quickcheck property
| | -> Test | | | qccheck turns the quickcheck test into an hunit test
|
|
|
|
| qctest is equivalent to 'qccheck defaultConfig'
|
|
| Produced by Haddock version 2.3.0 |