Skip to content
Greg Finzer edited this page Nov 25, 2019 · 3 revisions

What can I use this thing for?

  • Automated Testing with MSTest, NUnit, XUnit, etc.
  • Verify ORM Mappings
  • Get a list of changes and log it to the database
  • Determine if an object is dirty
  • Verify all the data is being saved to the database by doing a save and then load.
  • Verify end to end translation for services.
  • Sending an object to a service, getting an object back from the service to see what the service did to the object.