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

Safe HaskellNone
LanguageHaskell2010

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