JoeStead / EntityTestFramework

A testing framework that wraps around Entity Framework 7 for easily Faking DbContext DbSets
0 stars 0 forks source link

Need to fake out SaveChanges() #4

Closed JoeStead closed 8 years ago

JoeStead commented 8 years ago

When SaveChanges() is called, it is going to use the configured database provider. This should also be faked out (and I have no idea how I can do this right now...)

JoeStead commented 8 years ago

Need to do overloads and handle the async version still (eek). Implementation in place currently works though :smile: