Test.Hspec.Core.Spec

Defining a spec

describe

it

pending

pendingWith

parallel

The SpecM monad

type Spec

type SpecWith a

data SpecM a r

runSpecM

fromSpecList

runIO

mapSpecTree

mapSpecItem

mapSpecItem_

modifyParams

A type class for examples

class Example e

data Params

defaultParams

type ActionWith a

type Progress

type ProgressCallback

data Result

Internal representation of a spec tree

type SpecTree a

data Tree c a

data Item a

data Location

data LocationAccuracy

specGroup

specItem