testpack-2.1.2.1: Test Utililty Pack for HUnit and QuickCheck

Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>
Safe HaskellNone

Test.QuickCheck.Tools

Contents

Description

Utilities for HUnit unit testing.

Written by John Goerzen, jgoerzen@complete.org

Synopsis

Comparisons

(@=?) :: (Eq a, Show a) => a -> a -> ResultSource

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 -> ResultSource

Like @=?, but with args in a different order.