Hi folks!
I've written a library with a set of server methods (SPs and functions). This library contains a class that encapsulate some calculation. It has a couple of methods that I'd like to test with unit testing to make sure that every point of calculation is right. I wonder is it possible to use that class (not stored procedure) with testing?
I suppose there is no restriction on that but still haven't found information.