doctest-exitcode-stdio-0.0: Run doctest's in a Cabal.Test.exitcode-stdio environment

Safe HaskellSafe
LanguageHaskell98

Test.DocTest.Driver

Documentation

data Count Source #

Constructors

Count 

Fields

Instances
Semigroup Count Source # 
Instance details

Defined in Test.DocTest.Driver

Methods

(<>) :: Count -> Count -> Count #

sconcat :: NonEmpty Count -> Count #

stimes :: Integral b => b -> Count -> Count #

Monoid Count Source # 
Instance details

Defined in Test.DocTest.Driver

Methods

mempty :: Count #

mappend :: Count -> Count -> Count #

mconcat :: [Count] -> Count #

run :: T () -> IO () Source #

runWith :: Args -> T () -> IO () Source #

example :: Show a => a -> ExpectedResult -> T () Source #

property :: Testable prop => prop -> T () Source #