summaryrefslogtreecommitdiff
path: root/test/gtest-param-test_test.cc
Commit message (Expand)AuthorAge
* Adds type_param and value_param as <testcase> attributes to the XMLzhanyong.wan2011-02-02
* Allows a value-parameterized test fixture to derive from Test and WithParamIn...zhanyong.wan2010-12-06
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Implements printing parameters of failed parameterized tests (issue 71).vladlosev2010-05-18
* Fixes comments and tests for the moment of generator parameter evaluation in ...vladlosev2010-03-20
* Fixes a C++ standard conformance bug in gtest-param-test_test.cc.zhanyong.wan2010-02-17
* Turns on -Wshadow (by Preston Jackson).zhanyong.wan2009-12-16
* Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Mi...zhanyong.wan2009-05-29
* Cleans up macro definitions.zhanyong.wan2009-02-23
* Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform w...shiqian2008-12-09
* Value-parameterized tests and many bugfixesvladlosev2008-11-20