aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-typed-test_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Makes gtest compile cleanly with MSVC's /W4 (by Zhanyong Wan).zhanyong.wan2009-09-301-4/+6
| | | | | | Renames EventListenrs to TestEventListeners (by Zhanyong Wan). Fixes invalid characters in XML report (by Vlad Losev). Refacotrs SConscript (by Vlad Losev).
* Improves EXPECT_DEATH_IF_SUPPORTED to allow streaming of messages and ↵zhanyong.wan2009-09-111-8/+4
| | | | 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).
* Makes gtest compile clean with gcc -Wall -Werror (by Zhanyong Wan); ↵zhanyong.wan2009-07-221-2/+2
| | | | refactors scons script (by Vlad Losev).
* Fixes death-test-related tests on Windows, by Vlad Losev.zhanyong.wan2009-03-111-4/+4
|
* Cleans up macro definitions.zhanyong.wan2009-02-231-3/+3
|
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+12
|
* Adds new files for type-parameterized tests, which I forgot to commit in the ↵shiqian2008-09-091-0/+350
previous revision.