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
assertBool_ :: Location -> Bool -> AssertionSource
assertEqualNoShow_ :: Eq a => Location -> a -> a -> AssertionSource
assertNotEmpty_ :: Location -> [a] -> AssertionSource
assertEmpty_ :: Location -> [a] -> AssertionSource
assertThrowsSome_ :: Location -> a -> AssertionSource
assertLeftNoShow_ :: Location -> Either a b -> IO aSource
assertRightNoShow_ :: Location -> Either a b -> IO bSource
assertJust_ :: Location -> Maybe a -> IO aSource
assertFailure :: String -> IO aSource