| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Data.CQRS.Test.TestKit
- data TestKitSettings a ctx = TestKitSettings {
- tksSetUp :: IO a
 - tksTearDown :: a -> IO ()
 - tksMakeContext :: a -> IO ctx
 
 - mkEventStoreSpec :: TestKitSettings a (EventStore ByteString) -> Spec
 - mkRepositorySpec :: TestKitSettings a (EventStore ByteString, SnapshotStore ByteString) -> Spec
 - mkSnapshotStoreSpec :: TestKitSettings a (SnapshotStore ByteString) -> Spec
 - mkArchiveStoreSpec :: TestKitSettings a (ArchiveStore ByteString, EventStore ByteString) -> Spec
 
Documentation
data TestKitSettings a ctx Source
Test kit settings with a test context of type ctx.
Constructors
| TestKitSettings | |
Fields 
  | |