unit testing - Mock SqlBulkCopy in c# -


which interface or abstract class should use mock sqlbulkcopy object in c#? trying bcp table oracle sql server.

please let me know if there alternate solution.

there no suitable interface. create wrapper class.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -