SHA256
8
0
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:
Tomáš Chvátal
2017-04-16 19:17:38 +00:00
committed by Git OBS Bridge
parent b3ac7d7adc
commit 664c92d9c1
5 changed files with 33 additions and 22 deletions

View File

@@ -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