Specify an output message for successful test case
You can use the Assert.Pass
utility method.
I just use Console.WriteLine( "Your message here" );
which will be directed to the NUnit output so you can see Test passed messages
You can use the Assert.Pass
utility method.
I just use Console.WriteLine( "Your message here" );
which will be directed to the NUnit output so you can see Test passed messages