0

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

Thanks!

Rodrigo Juarez
  • 1,745
  • 1
  • 23
  • 38
  • Er, at the risk of sounding stupid, you don't mean [this](http://simplefx.org/simpledata/docs/) do you? Do you mean the schema that the data is stored or something else? – Bob2Chiv Jul 17 '12 at 20:15
  • I was talking about the xml format used in this example http://www.marcusoft.net/2011/10/simpledatathe-testing-story.html but perhaps I should use the InMemoryAdapter – Rodrigo Juarez Jul 18 '12 at 02:19

1 Answers1

3

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. :)

Mark Rendle
  • 9,274
  • 1
  • 32
  • 58
  • The docs for using the InMemoryAdapter can be found here, under "Testing Your Code": http://simplefx.org/simpledata/docs/index.html – Dan Maharry Jul 18 '12 at 17:53