Skip to content

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

Notifications You must be signed in to change notification settings

MattMinke/MockDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages