Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
testConsumeEventsOneWebSocket :: HasCallStack => App () Source #
testConsumeEventsAcks :: HasCallStack => App () Source #
testConsumeEventsMultipleAcks :: HasCallStack => App () Source #
testEventsDeadLettered :: HasCallStack => App () Source #
testTransientEvents :: HasCallStack => App () Source #
withEventsWebSockets :: forall uid a. (HasCallStack, MakesValue uid) => [(uid, String)] -> ([(TChan Value, TChan Value)] -> App a) -> App a Source #
withEventsWebSocket :: (HasCallStack, MakesValue uid) => uid -> String -> (TChan Value -> TChan Value -> App a) -> App a Source #
ackFullSync :: HasCallStack => TChan Value -> App () Source #
assertEvent :: HasCallStack => TChan Value -> (HasCallStack => Value -> App a) -> App a Source #
assertNoEvent :: HasCallStack => TChan Value -> App () Source #