 | testpack-1.0.2: Test Utililty Pack for HUnit and QuickCheck | Contents | Index |
|
Test.QuickCheck.Tools | Portability | portable | Stability | provisional | Maintainer | John Goerzen <jgoerzen@complete.org> |
|
|
|
|
|
Description |
Utilities for HUnit unit testing.
Written by John Goerzen, jgoerzen@complete.org
|
|
Synopsis |
|
|
|
|
Comparisons
|
|
(@=?) :: (Eq a, Show a) => a -> a -> Result |
Compare two values. If same, the test passes. If different, the result indicates
what was expected and what was received as part of the error.
|
|
(@?=) :: (Eq a, Show a) => a -> a -> Result |
Like @=?, but with args in a different order.
|
|
Produced by Haddock version 2.5.0 |