summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest-typed-test_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2018-08-311-0/+8
| | | | | | Silence MSVC warnings PiperOrigin-RevId: 210726964
* Googletest exportAbseil Team2018-08-311-8/+8
| | | | | | | | Fix the typed test names in the tests for customized typed test parameters. As required by googletest documentation, the names should not contain an underscore. PiperOrigin-RevId: 210678652
* Googletest exportmisterg2018-08-311-8/+0
| | | | | | Internal Change PiperOrigin-RevId: 210594341
* Disable MCVS warningsGennadiy Civil2018-08-291-0/+8
|
* Googletest exportAbseil Team2018-08-281-0/+74
| | | | | | | | Add the possibility of specifying the name in type parameterized tests. Similar to how the last parameter of INSTANTIATE_TEST_CASE_P allows to override the name for (non-type) parametrized tests, this adds the possibility of adding a parameter to INSTANTIATE_TYPED_TEST_CASE_P. The argument has to be a class, which contains a static templated function GetName<T>(int), returning the name for type T. PiperOrigin-RevId: 210532231
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* Formatting tweaks, no functionality changesGennadiy Civil2018-08-081-1/+1
|
* Many code merge/upstream changesGennadiy Civil2018-01-231-1/+1
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+380