hspec-2.0.2: A Testing Framework for Haskell

Safe HaskellNone
LanguageHaskell2010

Test.Hspec.HUnit

Contents

Description

Deprecated: use Test.Hspec.Contrib.HUnit from package hspec-contrib instead

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.