summaryrefslogtreecommitdiff
path: root/test/gtest-param-test_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for named value-parameterized tests.kosak@google.com2015-07-241-0/+151
* Export tuple and friends in the ::testing namespace.kosak@google.com2014-04-021-3/+3
* Prints a useful message when GetParam() is called in a non-parameterized test.zhanyong.wan2013-03-121-0/+7
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-2/+2
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-0/+2
* Indents preprocessor directives.zhanyong.wan2011-02-221-16/+16
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-021-9/+5
* Allows a value-parameterized test fixture to derive from Test and WithParamIn...zhanyong.wan2010-12-061-0/+33
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-1/+1
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-181-4/+35
* Fixes comments and tests for the moment of generator parameter evaluation in ...vladlosev2010-03-201-8/+19
* Fixes a C++ standard conformance bug in gtest-param-test_test.cc.zhanyong.wan2010-02-171-37/+69
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-161-2/+2
* Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...zhanyong.wan2009-05-291-1/+1
* Cleans up macro definitions.zhanyong.wan2009-02-231-7/+7
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform w...shiqian2008-12-091-4/+0
* Value-parameterized tests and many bugfixesvladlosev2008-11-201-0/+796