tasty-hunit-0.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