hspec-1.12.0: A Testing Framework for Haskell

Safe HaskellNone
LanguageHaskell2010

Test.Hspec.HUnit

Contents

Synopsis

Interoperability with HUnit

fromHUnitTest :: Test -> Spec Source

Convert a HUnit test suite to a spec. This can be used to run existing HUnit tests with Hspec.