Skip to content

Repeatable Integration Tests

reddy6ue edited this page Sep 20, 2017 · 1 revision

Repeatable Integration Tests with recreation of seeded NorthwindTest database.

  1. Test database creation
  2. Deep loading object graphs
  3. Inserting deep object graphs
  4. Update deep object graphs
  5. Deleting specific branches of an object graph
  6. Performing difference CRUD operations on different parts of an object graph in one transaction
  7. Invoking custom repository queries
  8. Query by primary key with Find
  9. Performing Async selects with multiple includes and sorts

View Sample Code: Northwind Customer Repository Integration Tests