hspec-server-0.4.1: Test Framework for checking server's status

Safe HaskellNone
LanguageHaskell2010

Test.Hspec.Server.Core

Documentation

with :: ServerType dat => dat -> SpecWith dat -> Spec Source

include :: Ord a => Set a -> Set a -> Bool Source

includes' :: (ServerType dat, Show s, Ord s) => Set s -> Set s -> ServerExample dat () Source

includes :: (ServerType dat, Show s, Ord s) => ServerExample dat (Set s) -> Set s -> ServerExample dat () Source

(@>=) :: (ServerType dat, Show s, Ord s) => ServerExample dat (Set s) -> Set s -> ServerExample dat () infix 1 Source

(@==) :: (ServerType dat, Show s, Ord s) => ServerExample dat (Set s) -> Set s -> ServerExample dat () infix 1 Source