EF-6 Unit testing (Part 2)
Introduction I’ve covered some unit testing in a previous blog post. This time I want to expand on my earlier post and show how to mock two or more tables. I will also demonstrate a weakness I discovered in mocking a database using the mock and a method to get around it. Two or more … Read moreEF-6 Unit testing (Part 2)