Is it possible to use CRL data objects in unit testing?

  • 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.

  • I'm not sure why wouldn't be able to unit test anything. Do you have some kind of specifc requirements for unit testing that a CLR UDT might not fit?

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply