-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | HUnit support for the test-framework package.
--
-- HUnit support for the test-framework package.
@package test-framework-hunit
@version 0.2.0
module Test.Framework.Providers.HUnit
-- | Create a Test for a HUnit Assertion
testCase :: TestName -> Assertion -> Test
instance Testlike TestCaseRunning TestCaseResult TestCase
instance Show TestCaseResult
instance Show TestCaseRunning
instance TestResultlike TestCaseRunning TestCaseResult