I want to unit test a class method that includes a database (SQL Server) call.
I don\'t want the test to connect to the actual database.
I use unnittest for testin