HTF-0.3.1: The Haskell Test Framework

Test.Framework.HUnitWrapper

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

Documentation

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

assertEqualP_ :: (Eq a, Pretty a) => Location -> a -> a -> AssertionSource

assertSetEqual_ :: (Eq a, Show a) => Location -> [a] -> [a] -> AssertionSource

assertLeft_ :: forall a b. Show b => Location -> Either a b -> IO aSource

assertRight_ :: forall a b. Show a => Location -> Either a b -> IO bSource