aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/gtest-param-test.h.pump
Commit message (Collapse)AuthorAgeFilesLines
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-510/+0
|
* Add support for named value-parameterized tests.kosak2015-07-241-1/+19
|
* Add support for --gtest_flagfile.kosak2015-07-171-9/+14
|
* Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in ↵kosak2015-07-141-1/+1
| | | | INSTANTIATE_TEST_CASE_P.
* Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated inkosak2015-07-131-1/+1
| | | | INSTANTIATE_TEST_CASE_P.
* Misc small updates to some debug death code, and to messages streaming to macrosjgm2012-03-091-1/+1
|
* Avoids iterator_traits, as it's not available in libCStd when compiled with ↵zhanyong.wan2011-04-121-5/+4
| | | | Sun C++.
* Indents preprocessor directives.zhanyong.wan2011-02-221-5/+5
|
* Allows a value-parameterized test fixture to derive from Test and ↵zhanyong.wan2010-12-061-7/+38
| | | | WithParamInterface<T> separately; contributed by Matt Austern.
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-4/+4
|
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-101-7/+11
|
* Cleans up macro definitions.zhanyong.wan2009-02-231-2/+2
|
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵shiqian2008-12-091-3/+0
| | | | with the TR1 spec.
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+456