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?