tasty-hunit-0.4.1: HUnit support for the Tasty test framework.

Safe HaskellNone

Test.Tasty.HUnit

Description

This module allows to use HUnit tests in tasty.

Synopsis

Documentation

testCase :: TestName -> Assertion -> TestTreeSource

Create a Test for a HUnit Assertion

We only re-export parts of Test.HUnit.Base related to assertions and not tests.