summaryrefslogtreecommitdiffstats
path: root/googletest/samples/sample7_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportmisterg2019-01-141-3/+3
| | | | | | Change remaining samples to use new Test Suite API PiperOrigin-RevId: 229231566
* Googletest exportAbseil Team2018-12-031-3/+3
| | | | | | 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-1/+1
| | | | | | | | | | | 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
* Comments changes, no functionality changesrefs/pull/1740/headGennadiy Civil2018-08-141-2/+1
|
* remove GTEST_HAS_PARAM_TESTSHerbert Thielen2017-09-041-12/+0
| | | | | | | | As mentioned in issue #360: "Now that all the platforms gtest supports work with value-parameterized tests, we should remove the uses of the GTEST_HAS_PARAM_TESTS macro from the codebase everywhere." https://github.com/google/googletest/issues/360
* Samples changes upstreamingmisterg2017-08-071-1/+1
|
* WIPmisterg2017-08-011-10/+10
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+130