Search code examples
c#simple.data

Documentation about Simple.Data.Mocking xml structure?


Anyone have links with the xml structure used for Simple.Data.Mocking?

Thanks!


Solution

  • The XmlMockAdapter is deprecated, so there won't be any documentation appearing for it beyond what is in the project's Unit Tests.

    As you say, you should use InMemoryAdapter. :)