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

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -