-
-
Notifications
You must be signed in to change notification settings - Fork 194
Uses
Greg Finzer edited this page Nov 25, 2019
·
3 revisions
- 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.