HARNESS.
Harness is a free and open source .NET library designed to manage the state of a Mongo database during testing.
At its core, it endeavours to aid unit and integration testing by putting one or more Mongo databases in a known state at the beginning of a test, or suite of tests. The framework allows you to control your code’s dependency on a Mongo database, therefore increasing test consistency and repeat-ability.
Getting started:
- Check out the API Documentation right here
- Head over to GitHub and check out the Harness README
Harness is availble on nuget and can be installed with...
Install-Package Harness