Tagged Questions
2
votes
5answers
243 views
Using the same test suite on various implementations of a repository interface
I have been making a little toy web application in C# along the lines of Rob Connery's Asp.net MVC storefront.
I find that I have a repository interface, call it IFooRepository, with methods, say
...