hspec-contrib-0.1.0: Contributed functionality for Hspec

Safe HaskellNone
LanguageHaskell2010

Test.Hspec.Contrib.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.