Merge branch 'master' of github.com:haskell-servant/servant-quickcheck
This commit is contained in:
commit
fc05a930cd
@ -117,6 +117,12 @@ serverSatisfies :: (HasGenRequest a) =>
|
|||||||
Proxy a -> BaseUrl -> Args -> Predicates -> Expectation
|
Proxy a -> BaseUrl -> Args -> Predicates -> Expectation
|
||||||
serverSatisfies api = serverSatisfiesMgr api defManager
|
serverSatisfies api = serverSatisfiesMgr api defManager
|
||||||
|
|
||||||
|
-- | Check that a server satisfies the set of properties specified, and
|
||||||
|
-- accept a 'Manager' for running the HTTP requests through.
|
||||||
|
--
|
||||||
|
-- See 'serverSatisfies' for more details.
|
||||||
|
--
|
||||||
|
-- @since 0.0.7.2
|
||||||
serverSatisfiesMgr :: (HasGenRequest a) =>
|
serverSatisfiesMgr :: (HasGenRequest a) =>
|
||||||
Proxy a -> C.Manager -> BaseUrl -> Args -> Predicates -> Expectation
|
Proxy a -> C.Manager -> BaseUrl -> Args -> Predicates -> Expectation
|
||||||
serverSatisfiesMgr api manager burl args preds = do
|
serverSatisfiesMgr api manager burl args preds = do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user