Yesod.Test

Declaring and running your test suite

yesodSpec

type YesodSpec site

yesodSpecWithSiteGenerator

type YesodExample site

data YesodSpecTree site

ydescribe

yit

Making requests

get

post

postBody

request

addRequestHeader

setMethod

addPostParam

addGetParam

addFile

setRequestBody

type RequestBuilder site

setUrl

byLabel

fileByLabel

addNonce

addNonce_

Assertions

assertEqual

assertHeader

assertNoHeader

statusIs

bodyEquals

bodyContains

htmlAllContain

htmlAnyContain

htmlCount

Grab information

getTestYesod

getResponse

Debug output

printBody

printMatches

Utils for building your own assertions

htmlQuery

parseHTML

withResponse