Unit Testing using NunitDMDigambar Malla13yAsked May 11, 2013, 1:53 PM1.4kLearn iOS ProgrammingSuppose I have a method:Public int Sum(int a,int b){ return a+b;}I want to know what is the test case coding n how it is done using Nunit and upon which part of the logic, Unit Testing is done ?
Replies
Know the answer? Post it — somebody with the same question will find it here.