On Wednesday, 21 June 2017 at 06:21:37 UTC, ketmar wrote:
but refusing to generate such strings for *all* code

They are not useful enough for that, in 99% of cases location of assert is enough to know what's wrong, when it isn't, the string is not going to tell where it went wrong, so you need to debug it, in which case there's no difference again. Don't fluent asserts already do what you want? See http://fluentasserts.szabobogdan.com/

Reply via email to