Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32756

Unit Testing using Nunit

$
0
0
Suppose 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 ?

Viewing all articles
Browse latest Browse all 32756

Trending Articles