| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Test.Tasty.HUnit
Documentation
type Assertion = Expectation Source #
(@?=) ∷ (HasCallStack, Show a, Eq a) ⇒ a → a → Expectation Source #
testCase ∷ HasCallStack ⇒ String → Expectation → Spec Source #
assertBool ∷ HasCallStack ⇒ String → Bool → Expectation Source #
assertEqual ∷ (HasCallStack, Show a, Eq a) ⇒ String → a → a → Expectation Source #
assertFailure ∷ HasCallStack ⇒ String → IO a Source #