aboutsummaryrefslogtreecommitdiffstats
path: root/samples/sample10_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-144/+0
|
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-2/+1
|
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
|
* Adds an experimental CMake build script; makes the samples compile without ↵zhanyong.wan2009-12-291-3/+3
| | | | warnings on Windows.
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-2/+2
| | | | | | Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev).
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros ↵zhanyong.wan2009-09-241-24/+4
| | | | to simplify gtest code (by Zhanyong Wan).
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and ↵zhanyong.wan2009-09-111-0/+165
enforcing the validity of arguments (by Vlad Losev); adds samples for the event listener API (by Vlad Losev); simplifies the tests using EXPECT_DEATH_IF_SUPPORTED (by Zhanyong Wan).