mirror of
https://github.com/google/googletest.git
synced 2025-01-01 06:37:48 +08:00
Updates the release notes.
This commit is contained in:
parent
439df04138
commit
aa28b178c4
11
CHANGES
11
CHANGES
@ -1,14 +1,17 @@
|
|||||||
Changes for 1.5.0:
|
Changes for 1.5.0:
|
||||||
|
|
||||||
* Support for use in multi-threaded tests on platforms having pthreads
|
* New feature: Google Mock can be safely used in multi-threaded tests
|
||||||
(by virtue of the Google Test thread change)
|
on platforms having pthreads.
|
||||||
|
* New feature: function for printing a value of arbitrary type.
|
||||||
|
* New feature: function ExplainMatchResult() for easy definition of
|
||||||
|
composite matchers.
|
||||||
* The new matcher API lets user-defined matchers generate custom
|
* The new matcher API lets user-defined matchers generate custom
|
||||||
explanations more directly and efficiently.
|
explanations more directly and efficiently.
|
||||||
* Better expectation failure messages.
|
* Better failure messages all around.
|
||||||
* NotNull() and IsNull() now work with smart pointers.
|
* NotNull() and IsNull() now work with smart pointers.
|
||||||
* Field() and Property() now work when the matcher argument is a pointer
|
* Field() and Property() now work when the matcher argument is a pointer
|
||||||
passed by reference.
|
passed by reference.
|
||||||
* Regular expression matching on all platforms.
|
* Regular expression matchers on all platforms.
|
||||||
* Added GCC 4.0 support for Google Mock Doctor.
|
* Added GCC 4.0 support for Google Mock Doctor.
|
||||||
* Added gmock_all_test.cc for compiling most Google Mock tests
|
* Added gmock_all_test.cc for compiling most Google Mock tests
|
||||||
in a single file.
|
in a single file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user