MattMinke / MockDb

Unit testing utility that provides methods for mocking ADO.Net types. This is beneficial for testing data access classes such as repositories which contain some logic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MockDb

MockDb is a set of services for unit testing data access code that depends on ADO.Net interfaces and classes. This is beneficial for testing classes with data access that would otherwise be difficult to test.

Why

Using tools like Dapper, PetaPoco, and Massive gives you the ability to quickly create a data access components but it can sometime be difficult to unit test code containing data access. This project aims to provide a set of classes and methods that will allow you to easily test your code that contains data access.

About

Unit testing utility that provides methods for mocking ADO.Net types. This is beneficial for testing data access classes such as repositories which contain some logic.

License:MIT License


Languages

Language:C# 100.0%