summaryrefslogtreecommitdiff
path: root/Biz/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Test.hs')
-rw-r--r--Biz/Test.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Biz/Test.hs b/Biz/Test.hs
index 7571008..db71831 100644
--- a/Biz/Test.hs
+++ b/Biz/Test.hs
@@ -9,6 +9,7 @@ module Biz.Test
unit,
prop,
with,
+ assertFailure,
(@=?),
(@?=),
(@?!=),
@@ -32,6 +33,9 @@ unit = HUnit.testCase
prop :: QuickCheck.Testable a => Tasty.TestName -> a -> Tasty.TestTree
prop = QuickCheck.testProperty
+assertFailure :: String -> HUnit.Assertion
+assertFailure = HUnit.assertFailure
+
with ::
-- | Startup
IO a ->