aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test
Commit message (Collapse)AuthorAgeFilesLines
* Tests simplified and names corrected (POD->scalar)Piotr Nycz2019-10-241-49/+18
| | | | Issue 2527
* Added more tests to verify: ReturnRef not accept temporaryPiotr Nycz2019-10-231-15/+57
| | | | Issue 2471
* Added tests verifying that temporaries are accepted by ReturnRefPiotr Nycz2019-10-221-0/+24
| | | | Issue no 2527
* Googletest exportmisterg2019-10-181-108/+0
| | | | | | Added IsNan matcher PiperOrigin-RevId: 275473218
* Googletest exportAbseil Team2019-10-181-0/+7
| | | | | | | | Addressing https://github.com/google/googletest/issues/2502 Add MOCK_METHOD support for returning function pointers. PiperOrigin-RevId: 275323671
* Googletest exportAbseil Team2019-10-171-0/+108
| | | | | | Added IsNan matcher PiperOrigin-RevId: 275278634
* Merge pull request #2421 from kuzkry:cleanup-for-regexAndy Soffer2019-10-161-1/+1
|\ | | | | | | PiperOrigin-RevId: 275058934
| * change usingsKrystian Kuzniarek2019-09-121-1/+1
| |
* | Merge pull request #2498 from thejcannon:noexcept_specGennadiy Civil2019-10-111-29/+0
|\ \ | | | | | | | | | PiperOrigin-RevId: 274155281
* | | Merge pull request #2498 from thejcannon:noexcept_specGennadiy Civil2019-10-111-0/+29
|\| | | | | | | | | | | PiperOrigin-RevId: 274097989
| * | Made noexcept condition more excitingJoshua Cannon2019-10-101-8/+12
| | |
| * | Use declval in noexcept expressionJoshua Cannon2019-10-071-7/+8
| | |
| * | Switch to free function to avoid GCC bugJoshua Cannon2019-10-071-3/+3
| | |
| * | Avoid comma operatorJoshua Cannon2019-10-071-2/+3
| | |
| * | Use the verbatim noexcept spec in MOCKED_METHODJoshua Cannon2019-10-071-0/+21
| | |
* | | Merge pull request #2448 from kuzkry:bad-googletest-exportGennadiy Civil2019-10-101-1/+0
|\ \ \ | |/ / |/| | | | | PiperOrigin-RevId: 273585026
| * | square away the stuff that hasn't been merged in a manual reviewKrystian Kuzniarek2019-09-161-1/+0
| | | | | | | | | | | | | | | This fixes up ab8f346b (a manual merge) that has abandoned some things from PR #2395.
* | | Googletest exportAbseil Team2019-09-271-0/+10
|/ / | | | | | | | | | | Makes testing::ResultOf() work with non-copyable arguments. PiperOrigin-RevId: 271222632
* / Googletest exportkuzkry2019-09-161-1/+0
|/ | | | | | | | | Merge 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd into fb49e6c164490a227bbb7cf5223b846c836a0305 Closes #2407 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2407 from kuzkry:StaticAssertTypeEq 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd PiperOrigin-RevId: 269255328
* Merge pull request #2387 from kuzkry:iffShaindel Schwartz2019-09-123-11/+14
|\ | | | | | | PiperOrigin-RevId: 268693457
| * restore mistakenly removed iffs in their explicit formKrystian Kuzniarek2019-08-203-11/+14
| | | | | | | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* | Googletest exportHosein Ghahremanzadeh2019-09-121-48/+53
| | | | | | | | | | | | | | | | | | Merge 4c9ef099b29d2c840c04643cd9662fd7be712f7b into 565f1b848215b77c3732bca345fe76a0431d8b34 Closes #2403 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2403 from IYP-Programer-Yeah:remove-compile-assert-type-equal 4c9ef099b29d2c840c04643cd9662fd7be712f7b PiperOrigin-RevId: 268681883
* | Googletest exportkuzkry2019-09-061-12/+0
| | | | | | | | | | | | | | | | | | Merge 7f4f58da20e1066a888d3e4bcbef541db798a605 into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2395 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2395 from kuzkry:custom-type-traits-remove_reference 7f4f58da20e1066a888d3e4bcbef541db798a605 PiperOrigin-RevId: 266189044
* | Googletest exportmisterg2019-08-261-34/+1
| | | | | | | | | | | | Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers. PiperOrigin-RevId: 265501882
* | Googletest exportAbseil Team2019-08-231-1/+34
| | | | | | | | | | | | Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers. PiperOrigin-RevId: 265110864
* | Googletest exportkuzkry2019-08-231-10/+5
|/ | | | | | | | | Merge b8ca465e73ac0954a0c9eec2a84bdd8913d5763b into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2396 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2396 from kuzkry:custom-type-traits-true/false_type-and-bool_constant b8ca465e73ac0954a0c9eec2a84bdd8913d5763b PiperOrigin-RevId: 265064856
* Merge pull request #2397 from kuzkry:custom-type-traits-is_referenceGennadiy Civil2019-08-191-6/+0
|\ | | | | | | PiperOrigin-RevId: 264193098
| * remove a custom implementation of std::is_referenceKrystian Kuzniarek2019-08-141-6/+0
| |
* | Merge pull request #2381 from Yannic:fix_bazelGennadiy Civil2019-08-191-0/+3
|\ \ | | | | | | | | | PiperOrigin-RevId: 264186624
| * | Prepare for Bazel incompatible changesYannic Bonenberger2019-08-071-0/+3
| |/ | | | | | | | | | | Fixes googletest for upcoming `--incompatible_load_cc_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/8743) and `--incompatible_load_python_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/9006). This change was automatically generated with `buildifier -lint=fix -warnings=all $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")`.
* | Googletest exportAbseil Team2019-08-151-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove legacy support for signed wchar_t and unsigned wchar_t. Clang now errors out on these types as well by default. Rather than making the condition for these types even more complicated, just remove the tests covering these types since they don't seem to justify the maintenance burden. We can reasonably expect these types to work in compilers that support them without needing specific tests for them since they are treated as standard integral types. PiperOrigin-RevId: 263577673
* | remove custom implementations of std::is_sameKrystian Kuzniarek2019-08-142-13/+7
|/
* fix typosKrystian Kuzniarek2019-07-303-7/+7
|
* Googletest exportAbseil Team2019-07-171-1/+3
| | | | | | Internal change PiperOrigin-RevId: 258587862
* Googletest exportmisterg2019-07-162-5/+5
| | | | | | Fix documentation links PiperOrigin-RevId: 258389329
* Googletest exportAbseil Team2019-07-162-5/+5
| | | | | | Update a broken link in a comment. PiperOrigin-RevId: 257493975
* Renaming doc files to make the file names more palatable and in preparation ↵Gennadiy Civil2019-06-192-5/+5
| | | | for including documentation in sync process
* Googletest exportmisterg2019-06-181-0/+1
| | | | | | gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it. PiperOrigin-RevId: 253820111
* Fixed issue #2284 (Incompatibility with C++17)Tom Lachecki2019-06-131-2/+2
|
* Googletest exportAbseil Team2019-04-182-536/+0
| | | | | | | | | Remove GMock Doctor. It has not been actively supported for a while. We also now have better techniques to improve compiler errors where needed instead of requiring a separate tool to diagnose them. PiperOrigin-RevId: 244196068
* Googletest exportmisterg2019-04-182-0/+536
| | | | | | Expose more information in SuiteApiResolver diagnostic output PiperOrigin-RevId: 244179347
* Merge pull request #2170 from ngie-eign:issue-2146-ver2Gennadiy Civil2019-04-181-10/+13
|\ | | | | | | PiperOrigin-RevId: 244069956
| * clang: fix `-Wsign-conversion` errorsEnji Cooper2019-04-051-9/+11
|/ | | | | | | | | | | Cast some values as their unsigned equivalents or `size_t` to match the parameter type used for the template object under test. Also, provide UInt32 equivalent delegate methods for some callers (with int-equivalents for backwards compatibility). This closes #2146. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Googletest exportAbseil Team2019-04-012-280/+6
| | | | | | | | Remove support for "global" ::string and ::wstring types. This support existed for legacy codebases that existed from before namespaces where a thing. It is no longer necessary. PiperOrigin-RevId: 241335738
* Googletest exportAbseil Team2019-03-211-2/+0
| | | | | | Remove mention of unused type ProtocolMessage. PiperOrigin-RevId: 239242706
* Googletest exportAbseil Team2019-03-051-2/+2
| | | | | | | | | | | | Build gmock cleanly with clang -Wextra-semi and -Wextra-semi-stmt Extends 56ef07a20308 to take -Wc++98-compat-extra-semi (https://reviews.llvm.org/D43162) and -Wextra-semi-stmt (https://reviews.llvm.org/D52695) into account. For https://crbug.com/926235. PiperOrigin-RevId: 236643095
* Googletest exportAbseil Team2019-03-012-2/+2
| | | | | | | | | | Build gmock cleanly with clang -Wextra-semi For https://crbug.com/926235. From https://github.com/google/googletest/pull/2139. Fixes https://github.com/google/googletest/issues/2138. PiperOrigin-RevId: 235832527
* Fix clang `-Wunused-parameter` warningsEnji Cooper2019-02-132-2/+2
| | | | | | Comment out unused method parameters in their relevant definitions. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Fix clang `-Winconsistent-missing-override` warningsEnji Cooper2019-02-131-3/+3
| | | | | | | | `DescribeTo(..)` and `MatchAndExplain(..)` in `gmock-matchers_test` both override virtual methods. Remove the `virtual` keyword and apply `override` to them instead. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Fix -Wunused-private-field issues with clangEnji Cooper2019-02-121-0/+2
| | | | | | | Provide dummy accessors for private values that are set in initializers, but not actually used. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>