3
votes
Mocking vs. Test DB?
I didn't find mocking very useful when testing data access code. The purpose of unit testing is to verify the database-related code works and mocking the database would hinder the test.
Moc …
