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:

  1. Check out the API Documentation right here
  2. Head over to GitHub and check out the Harness README

Harness is availble on nuget and can be installed with...

Install-Package Harness
  • Improve this Doc
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX