gedaiu / fluent-asserts

DLang fluent assertions done right
http://fluentasserts.szabobogdan.com/
MIT License
43 stars 6 forks source link

feature request: add func to report total count of assertion failure, Assert.count()? #92

Open mw66 opened 4 years ago

mw66 commented 4 years ago

Hi,

Just wonder if we can add a func to report total count of assertion failure upto the calling point?, e.g. Assert.count()?

So the user can check the total assertion failure count during the program run, esp. in a long run multi-threaded program.

thanks.