summaryrefslogtreecommitdiff
path: root/include/gtest/gtest-param-test.h
Commit message (Collapse)AuthorAge
* Misc small updates to some debug death code, and to messages streaming to macrosjgm@google.com2012-03-09
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@612 861a406c-534a-0410-8894-cb66d6ee9925
* Avoids iterator_traits, as it's not available in libCStd when compiled with ↵zhanyong.wan2011-04-12
| | | | | | Sun C++. git-svn-id: http://googletest.googlecode.com/svn/trunk@568 861a406c-534a-0410-8894-cb66d6ee9925
* Indents preprocessor directives.zhanyong.wan2011-02-22
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@544 861a406c-534a-0410-8894-cb66d6ee9925
* Allows a value-parameterized test fixture to derive from Test and ↵zhanyong.wan2010-12-06
| | | | | | WithParamInterface<T> separately; contributed by Matt Austern. git-svn-id: http://googletest.googlecode.com/svn/trunk@526 861a406c-534a-0410-8894-cb66d6ee9925
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@482 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes comments and tests for the moment of generator parameter evaluation in ↵vladlosev2010-03-20
| | | | | | INSTANTIATE_TEST_CASE_P. git-svn-id: http://googletest.googlecode.com/svn/trunk@396 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes the code to work with fuse_gtest.py.zhanyong.wan2009-11-10
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@337 861a406c-534a-0410-8894-cb66d6ee9925
* Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).zhanyong.wan2009-06-19
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@270 861a406c-534a-0410-8894-cb66d6ee9925
* Cleans up macro definitions.zhanyong.wan2009-02-23
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@195 861a406c-534a-0410-8894-cb66d6ee9925
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform ↵shiqian2008-12-09
| | | | | | with the TR1 spec. git-svn-id: http://googletest.googlecode.com/svn/trunk@152 861a406c-534a-0410-8894-cb66d6ee9925
* Value-parameterized tests and many bugfixesvladlosev2008-11-20
git-svn-id: http://googletest.googlecode.com/svn/trunk@120 861a406c-534a-0410-8894-cb66d6ee9925