CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Ninject.Mongo.Configuration.TestMongoModule Class Reference

A MongoModule that assumes the connection string is keyed "MongoDb-Test". This will generated a random suffix to the database name so as to create a unique store for testing against. More...

+ Inheritance diagram for Cqrs.Ninject.Mongo.Configuration.TestMongoModule:

Public Member Functions

override void RegisterFactories ()
 Register the all factories More...
 
- Public Member Functions inherited from Cqrs.Ninject.Mongo.Configuration.MongoModule
override void Load ()
 Loads the module into the kernel. More...
 
virtual void RegisterServices ()
 Register the all services More...
 
virtual void RegisterCqrsRequirements ()
 Register the all Cqrs command handlers More...
 

Detailed Description

A MongoModule that assumes the connection string is keyed "MongoDb-Test". This will generated a random suffix to the database name so as to create a unique store for testing against.