I rarely use soft assertions and so should you. The idea seems cool but if you look closer then …
Tag: soft assertions
Some testing frameworks offer so called “soft assertions”. If such an assertion fails, it doesn’t break the build but issues a warning. Rarely useful, but would be great to know how to use them.