Can I access the failure message from an Assert without a try/catch?

48 Views Asked by At
Assert.IsTrue(false, "The assert failed");

Is there any way to retrieve this message without using a try catch?

0

There are 0 best solutions below