diff options
-rw-r--r-- | NEWS | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,6 +1,15 @@ New in CppUnit 1.14.0: --------------------- + - TestCaller supports any callable that can be put into + std::function<void()>. + + - CPPUNIT_TEST_PARAMETERIZED executes a test for any value in + an iteratable. + + - Added new Assertion macros: ASSERT_LESS, ASSERT_GREATER, + ASSERT_LESSEQUAL, ASSERT_GREATEREQUAL + * Portability: - Always build with C++11. @@ -17,10 +26,6 @@ * Test Plug-in Runner: - Fixed crash on Win64 in test runner (fdo#81433) - - Added new Assertion macros: ASSERT_LESS, ASSERT_GREATER, - ASSERT_LESSEQUAL, ASSERT_GREATEREQUAL - - New in CppUnit 1.13.2: --------------------- |