HTF-0.6.0.1: The Haskell Test Framework

Test.Framework.HUnitWrapper

Contents

Description

You should not use the functions provided by this module directly. Instead, for each function assertXXX_ defined in this module, there exist a preprocessor macro assertXXX, which provides the Location parameter automatically. |

Synopsis

General failure

Assertions on Bool values

Equality assertions

assertEqual_ :: (Eq a, Show a) => Location -> a -> a -> AssertionSource

Assertions on lists

Assertions for exceptions

Assertions on Either values

Assertions on Just values