Each Assert
allow to define error message
which will be printed out in case of assert failure but can I somehow provide a message which will be outputed in case of successful test run?
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With