jkodroff / ef-testable

Wrappers for Entity Framework to Make It More Testable
MIT License
5 stars 2 forks source link

Remove dependency on Moq #1

Open jkodroff opened 9 years ago

jkodroff commented 9 years ago

See if we can replace the dependency on Moq with a Dictionary<T, IDbSet<T>> or something.