| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Test.Hindsight.Store.TestRunner
Description
Test runner infrastructure for event store backends
This module provides only the core test infrastructure type. Test suite composition and convenience exports are in Test.Hindsight.Store.
Synopsis
- data EventStoreTestRunner backend = EventStoreTestRunner {
- withStore :: forall a. (BackendHandle backend -> IO a) -> IO ()
- withStores :: forall a. Int -> ([BackendHandle backend] -> IO a) -> IO ()
Documentation
data EventStoreTestRunner backend Source #
Test runner for event store tests
Constructors
| EventStoreTestRunner | |
Fields
| |