Hoogle Search

Within LTS Haskell 22.18 (ghc-9.6.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. module Test.Hspec.Wai

    Have a look at the README for an example of how to use this library.

  2. type WaiExpectation st = WaiSession st ()

    hspec-wai Test.Hspec.Wai

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

  3. data WaiSession st a

    hspec-wai Test.Hspec.Wai

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

  4. type WaiExpectation st = WaiSession st ()

    hspec-wai Test.Hspec.Wai.Internal

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

  5. newtype WaiSession st a

    hspec-wai Test.Hspec.Wai.Internal

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

  6. WaiSession :: ReaderT st Session a -> WaiSession st a

    hspec-wai Test.Hspec.Wai.Internal

    No documentation available.

  7. data WaiProperty st

    hspec-wai Test.Hspec.Wai.QuickCheck

    No documentation available.

  8. WaiProperty :: ((st, Application) -> Property) -> WaiProperty st

    hspec-wai Test.Hspec.Wai.QuickCheck

    No documentation available.

  9. runWaiSession :: WaiSession () a -> Application -> IO a

    hspec-wai Test.Hspec.Wai.Internal

    No documentation available.

  10. unWaiSession :: WaiSession st a -> ReaderT st Session a

    hspec-wai Test.Hspec.Wai.Internal

    No documentation available.

Page 1 of 2 | Next