nunit - Specify an output message for successful test case -
each assert
allow define error message
printed out in case of assert failure can somehow provide message outputed in case of successful test run?
you can use assert.pass
utility method.
Comments
Post a Comment