-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | HUnit support for the Tasty test framework.
--   
--   HUnit support for the Tasty test framework.
@package tasty-hunit
@version 0.4.1


-- | This module allows to use HUnit tests in tasty.
module Test.Tasty.HUnit

-- | Create a <tt>Test</tt> for a HUnit <a>Assertion</a>
testCase :: TestName -> Assertion -> TestTree
instance Typeable TestCase
instance IsTest TestCase
