Test.Hspec

Types

type Spec

type SpecWith a

type family Arg e :: *

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