summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use the empty method to check for emptinessTom Hughes2023-04-211-1/+1
| | | | | PiperOrigin-RevId: 526046714 Change-Id: I6ad0deff2a7f6dfef75a643c95ad914c83b9ba38
* Running clang-format over all of GoogleTestAbseil Team2022-03-151-1/+1
| | | | | | | | | | | | | | | | A few tests are examining code locations and looking af the resulting line numbers to verify that GoogleTest shows those to users correctly. Some of those locations change when clang-format is run. For those locations, I've wrapped portions in: // clang-format off ... // clang-format on There may be other locations that are currently not tickled by running clang-format. PiperOrigin-RevId: 434844712 Change-Id: I3a9f0a6f39eff741c576b6de389bef9b1d11139d
* Googletest exportAbseil Team2021-09-151-19/+17
| | | | | | Introduce GMOCK_FLAG_GET and GMOCK_FLAG_SET macros. PiperOrigin-RevId: 396649214
* Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-051-114/+34
| | | | | | | | | | | 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
|
* Code mergesGennadiy Civil2018-01-261-2/+3
|
* Adding a flag option to change the default mock typeAlyssa Wilk2017-08-101-0/+41
|
* Fix the googlemock autotools build.refs/pull/589/headSimon Newton2015-09-171-1/+0
|
* move googlemock files into googlemock/ subdirBilly Donahue2015-08-251-0/+221