hspec-server-0.2.1: Test Framework for Server's status

Safe HaskellNone
LanguageHaskell2010

Test.Hspec.Server.Type

Documentation

data ServerExampleData dat Source

Constructors

ServerExampleData 

Fields

serverData :: !dat
 
serverOS :: !ServerOS
 

Instances

ServerType dat => Example (ServerExample dat a) 
type Arg (ServerExample dat a) = dat 

class Show a => Sets a where Source

Methods

include :: a -> a -> Bool Source