VSoftTechnologies/DUnitX

Assert.Pass(message) do not show anywhere the message

Zeus64 opened this issue · 0 comments

In console, doing Assert.Pass(Message) do not show anywhere the Message :( I was thinking the message will be written somewhere in the console like for Assert.Fail(Message), at least just next to the message "Success.", ie something like "Success : message"