استفاده از بانک اطلاعاتی in-memory جهت نوشتن آزمون واحد
نویسنده: محمد رعیت پیشه تاریخ: ۱۳۹۶/۰۵/۰۶ ۱۸:۵۹ آدرس: www.dntips.ir
ASP.NET Core applications can be tested with different testing
frameworks and Entity Framework Core makes testing specially easy by
removing different technical problems from our way by using in-memory
data provider. This blog posts shows how to unit test controllers that
use data from Entity Framework Core.