1 pages tagged with "ravendb"

FakeRavenQueryable<T>

November 28, 2012 - 476 words - 3 mins
We were recently trying to build basic unit tests for the controller actions on an MVC4 + RavenDB application, and having problems attempting to mock the IDocumentSession. The RavenDB people consistently say not to do that, and that running an EmbeddedDocumentStore solves every unit test problem und… read more