testpack-2.1.2.1: Test Utililty Pack for HUnit and QuickCheck

CopyrightCopyright (C) 2004-2005 John Goerzen
LicenseGNU LGPL, version 2 or above
MaintainerJohn Goerzen <jgoerzen@complete.org>
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell98

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