Unit test for Microsoft.ApplicationBlocks.Data.SqlHelper

35 Views Asked by At

Our project is using Microsoft.ApplicationBlocks.Data.SqlHelper to read and write data from a database.

Is it possible to write unit test for the SqlHelper class using mock? If yes, then how?

0

There are 0 best solutions below