hspec-1.4.1.1: Behavior Driven Development for Haskell

Safe HaskellNone

Test.Hspec.HUnit

Contents

Synopsis

Interoperability with HUnit

fromHUnitTest :: Test -> SpecSource

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