CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.MongoDB.Tests.Integration Namespace Reference

Namespaces

namespace  Configuration
 

Classes

class  MongoDbDataStoreTests
 A series of tests on the MongoDbDataStore<TData> class More...
 
class  MongoDbEventStoreTests
 A series of tests on the MongoDbEventStore<TAuthenticationToken> class More...
 
class  MongoDbSnapshotStoreTests
 A series of tests on the MongoDbSnapshotStore class More...
 
class  TestMongoDataStoreConnectionStringFactory
 A IMongoDbDataStoreConnectionStringFactory that enables you to set a database name with DatabaseName. This means you can randomly generate your own database name per test. More...
 
class  TestMongoDbDataStoreFactory
 A MongoDbDataStoreFactory that provides a IMongoCollection<TDocument> or TestEvent. More...
 
class  TestMongoDbSnapshotStoreConnectionStringFactory
 A IMongoDbEventStoreConnectionStringFactory that enables you to set a database name with DatabaseName. This means you can randomly generate your own database name per test. More...
 
class  TestMongoEventStoreConnectionStringFactory
 A IMongoDbEventStoreConnectionStringFactory that enables you to set a database name with DatabaseName. This means you can randomly generate your own database name per test. More...