HUnit-1.2.0.3: A unit testing framework for Haskell

Test.HUnit.Text

Documentation

data PutText st

Constructors

PutText (String -> Bool -> st -> IO st) st 

putTextToHandle :: Handle -> Bool -> PutText Int

runTestText :: PutText st -> Test -> IO (Counts, st)

showPath :: Path -> String

showCounts :: Counts -> String