VS 2003 NUNIT: How to write test for dynamic dataset result

Posted by dotnet-practitioner on Stack Overflow See other posts from Stack Overflow or by dotnet-practitioner
Published on 2010-03-25T17:46:06Z Indexed on 2010/03/25 17:53 UTC
Read the original article Hit count: 191

Filed under:

I have a method call that generates following output depending on the resultset returned from database...

The data is (pointsdate, points)

9/1/09  , 190
11/1/09 , 77
12/3/09 ,88
2/13/10 , 97

So how do I create NUNIT test for this? What kind of things I could check for? What could be all the possible combination of tests?

© Stack Overflow or respective owner

Related posts about nunit