eventful-test-helpers-0.1.1: Common module used for eventful tests

Safe HaskellNone
LanguageHaskell2010

Eventful.TestHelpers

Description

Common test functionality

Synopsis

Documentation

eventStoreSpec :: Monad m => IO (EventStore CounterEvent m, runargs) -> (forall a. runargs -> m a -> IO a) -> Spec Source #

sequencedEventStoreSpec :: Monad m => IO (EventStore CounterEvent m, GloballyOrderedEventStore CounterEvent m, runargs) -> (forall a. runargs -> m a -> IO a) -> Spec Source #