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?
Each Assert allow to define error message which will be printed out in case
Share
You can use the
Assert.Passutility method.