summaryrefslogtreecommitdiff
path: root/samples/sample9_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
* Fixes a wrong comment for OnTestPartResult().vladlosev2010-05-311-1/+1
* Adds an experimental CMake build script; makes the samples compile without wa...zhanyong.wan2009-12-291-1/+1
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-2/+2
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-241-41/+13
* Renames the TestPartResult type enums and adjusts the order of methods in the...zhanyong.wan2009-09-181-9/+9
* Renames the methods in the event listener API, and changes the order of *End ...zhanyong.wan2009-09-171-1/+1
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and enforci...zhanyong.wan2009-09-111-0/+188