I have a class DBHandler which takes a query, runs it through the SQL server, checks for errors and returns the result. How can I unit test this class? which takes a query, r
I have a class DBHandler which takes a query, runs it through the SQL server, checks for errors and returns the result. How can I unit test this class? which takes a query, r