Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- testSupportedProtocols :: HasCallStack => OneOf Domain (FedDomain 1) -> App ()
- testCreateUserSupportedProtocols :: HasCallStack => App ()
- testUpdateHandle :: HasCallStack => App ()
- testUpdateSelf :: HasCallStack => Tagged "mode" TestUpdateSelfMode -> App ()
- data TestUpdateSelfMode
- testActivateAccountWithPhoneV5 :: HasCallStack => App ()
- testMigratingPasswordHashingAlgorithm :: HasCallStack => App ()
Documentation
testSupportedProtocols :: HasCallStack => OneOf Domain (FedDomain 1) -> App () Source #
testUpdateHandle :: HasCallStack => App () Source #
For now this only tests attempts to update selfhandle in E2EId-enabled teams. More tests can be found under `servicesbrigtestintegration` (and should be moved here).
testUpdateSelf :: HasCallStack => Tagged "mode" TestUpdateSelfMode -> App () Source #
For now this only tests attempts to update one's own display name, email address, or language in E2EId-enabled teams (ie., everything except handle). More tests can be found under `servicesbrigtestintegration` (and should be moved here).
data TestUpdateSelfMode Source #
Instances
Generic TestUpdateSelfMode Source # | |
Defined in Test.User type Rep TestUpdateSelfMode :: Type -> Type # from :: TestUpdateSelfMode -> Rep TestUpdateSelfMode x # to :: Rep TestUpdateSelfMode x -> TestUpdateSelfMode # | |
Show TestUpdateSelfMode Source # | |
Defined in Test.User showsPrec :: Int -> TestUpdateSelfMode -> ShowS # show :: TestUpdateSelfMode -> String # showList :: [TestUpdateSelfMode] -> ShowS # | |
Eq TestUpdateSelfMode Source # | |
Defined in Test.User (==) :: TestUpdateSelfMode -> TestUpdateSelfMode -> Bool # (/=) :: TestUpdateSelfMode -> TestUpdateSelfMode -> Bool # | |
type Rep TestUpdateSelfMode Source # | |
Defined in Test.User type Rep TestUpdateSelfMode = D1 ('MetaData "TestUpdateSelfMode" "Test.User" "integration-0.1.0-3ATitUsC6IZKz3Fn68yYH1" 'False) (C1 ('MetaCons "TestUpdateDisplayName" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "TestUpdateEmailAddress" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "TestUpdateLocale" 'PrefixI 'False) (U1 :: Type -> Type))) |
testActivateAccountWithPhoneV5 :: HasCallStack => App () Source #