Skip to main content
added 4 characters in body
Source Link
Pure.Krome
  • 87.5k
  • 123
  • 427
  • 699

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.

Source Link
Ayende Rahien
  • 23k
  • 1
  • 39
  • 42

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