CppUnit allows you to assert that another assert fails.
This, thankfully, is rarely used in real test code, my assumption is that it's intended for a similar thing to gtest's gtest-spi.h.
We could add this but it should be optional as it's rarely useful and would increase compile time significantly
CppUnit allows you to assert that another assert fails.
This, thankfully, is rarely used in real test code, my assumption is that it's intended for a similar thing to gtest's
gtest-spi.h.We could add this but it should be optional as it's rarely useful and would increase compile time significantly