summaryrefslogtreecommitdiffstats
path: root/googletest/test/gtest-typed-test_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2019-01-111-57/+57
| | | | | | Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
* Googletest exportmisterg2019-01-031-2/+2
| | | | | | TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
* Googletest exportAbseil Team2018-12-031-4/+4
| | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-4/+4
| | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400
* 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