summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-output-test_.cc
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2018-08-311-1/+7
| | | | | | Silence MSVC warnings PiperOrigin-RevId: 210726964
* Googletest exportAbseil Team2018-08-311-4/+4
| | | | | | | | 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-7/+1
| | | | | | Internal Change PiperOrigin-RevId: 210594341
* typoGennadiy Civil2018-08-291-1/+1
|
* typoGennadiy Civil2018-08-291-1/+1
|
* MSVC warnings silenceGennadiy Civil2018-08-291-1/+7
|
* Googletest exportAbseil Team2018-08-281-0/+38
| | | | | | | | 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/+0
|
* cmake test fixesGennadiy Civil2018-08-021-1/+1
|
* googletest-output-test changesGennadiy Civil2018-08-011-0/+1067