hspec-wai-0.6.2: Experimental Hspec support for testing WAI applications

Safe HaskellNone
LanguageHaskell98

Test.Hspec.Wai.Internal

Synopsis

Documentation

type WaiExpectation = WaiSession () Source

An expectation in the WaiSession monad. Failing expectations are communicated through exceptions (similar to Expectation and Assertion).

newtype WaiSession a Source

A WAI test session that carries the Application under test an some client state.

Constructors

WaiSession 

Fields

unWaiSession :: Session a