You are better of when using EmbeddableDocumentStore{ RunInMemory = true}EmbeddableDocumentStore { RunInMemory = true} for unit testing. That said, IDocumentSessionIDocumentSession should be very easy to mock.
You are better of when using EmbeddableDocumentStore{ RunInMemory = true} for unit testing. That said, IDocumentSession should be very easy to mock.
You are better of when using EmbeddableDocumentStore { RunInMemory = true} for unit testing. That said, IDocumentSession should be very easy to mock.