Simplify code and use CHECK() rather than REQUIRE(), which is what CPPUNIT_ASSERT() is defined as, to continue running the tests even if some of them fail.
Simplify code and use CHECK() rather than REQUIRE(), which is what CPPUNIT_ASSERT() is defined as, to continue running the tests even if some of them fail.