forked from pool/cppunit
- Version update to 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
* Remove QT test runner
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
b3ac7d7adc
commit
664c92d9c1
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 19:15:54 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
- Version update to 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
|
||||
* Remove QT test runner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 09:51:33 UTC 2013 - tchvatal@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user