Test.Hspec.Meta

Types

type Spec

type SpecWith a

class Example e

Setting expectations

Defining a spec

describe

context

it

specify

example

pending

pendingWith

parallel

runIO

Hooks

type ActionWith a

before

before_

beforeWith

beforeAll

beforeAll_

after

after_

afterAll

afterAll_

around

around_

aroundWith

Running a spec

hspec

type Spec

hspec

class IsFormatter a

hspecWithFormatter

postProcessSpec

describe

hspecResult