Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Test.Provider
Synopsis
- testProviderUploadAsset :: HasCallStack => App ()
- testProviderPasswordReset :: HasCallStack => App ()
- testProviderPasswordResetAfterEmailUpdate :: HasCallStack => App ()
- testProviderSearchWhitelist :: HasCallStack => App ()
- createAndEnableService :: (MakesValue domain, MakesValue user) => domain -> user -> String -> String -> NewService -> App Value
- taggedServiceNames :: String -> [(String, [String])]
Documentation
testProviderUploadAsset :: HasCallStack => App () Source #
testProviderPasswordReset :: HasCallStack => App () Source #
testProviderSearchWhitelist :: HasCallStack => App () Source #
createAndEnableService :: (MakesValue domain, MakesValue user) => domain -> user -> String -> String -> NewService -> App Value Source #
taggedServiceNames :: String -> [(String, [String])] Source #
A list of 20 services ordered alphabetically, all having names that begin with the given prefix.
NB: in some of the tests above, we depend on the fact that there are exactly 20 services here and the fact that they are ordered alphabetically.