65.9K
CodeProject is changing. Read more.
Home

Unit testing your Repositories

starIconstarIconstarIconstarIconemptyStarIcon

4.00/5 (5 votes)

Apr 26, 2016

CPOL

6 min read

viewsIcon

9246

The problem We have created are data layer, and of course we want to test it. It is very hard to use a (physical) database to test your code. There are some problems with this (commonly used) approach: Unit tests … Continue reading →