summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update googletest docs to indicate that RE2 is now used for regexp implementa...Abseil Team2022-06-091-2/+4
* Remove undefined internal function.Abseil Team2022-06-091-8/+0
* Work around a maybe-uninitialized warning under GCC 12Derek Mauro2022-06-013-20/+41
* Fix internal filesAbseil Team2022-05-311-2/+2
* gmock-spec-builders: remove the name for an unused parameter.Aaron Jacobs2022-05-301-7/+1
* gmock-spec-builders: add support for non-moveable types.Aaron Jacobs2022-05-272-242/+158
* Clarify that `this->` is needed to access members of type-parameterized tests.elixir2022-05-271-0/+4
* gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2022-05-272-4/+79
* gmock-spec-builders: move a method to the header.Aaron Jacobs2022-05-262-133/+134
* Update GoogleTest documentation's spelling of "GoogleTest".Abseil Team2022-05-261-29/+29
* Clarify the pitfalls of EXPECT_THAT and highlight it's best practicesAbseil Team2022-05-241-3/+7
* gmock-internal-utils.cc: Avoid implicit conversion from int to charDino Radakovic2022-05-171-1/+1
* gmock-actions: add support for move-only values to Return.Aaron Jacobs2022-05-132-29/+83
* Add clarifying comments about when to use EXPECT_NONFATAL_FAILURE vs. EXPECT_...Abseil Team2022-05-121-4/+6
* gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2022-05-122-47/+67
* Do a consistent way of searching for a temporary directory.Abseil Team2022-05-111-25/+26
* gmock-actions: simplify Return and add better documentation.Aaron Jacobs2022-05-113-93/+192
* gmock-actions: make OnceAction public.Aaron Jacobs2022-05-113-20/+59
* Fixup some missing overrides in googletest.Abseil Team2022-05-101-2/+2
* Merge pull request #3818 from joshiayush:typoCopybara-Service2022-05-061-3/+3
|\
| * Fix typo in the test name of `NormalizeTest`refs/pull/3818/headAyush Joshi2022-04-301-3/+3
* | Fix example of DescribeMatcher to properly support negation.Abseil Team2022-05-031-1/+2
* | Use TEST_TMPDIR on MacOS as well if available.Abseil Team2022-05-031-2/+2
* | gmock-actions: remove a no-longer-necessary friend declaration.Aaron Jacobs2022-05-021-6/+0
* | gmock-actions: support ByMove in a specialization of ReturnAction.Aaron Jacobs2022-05-021-25/+34
|/
* Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Match...Abseil Team2022-04-281-17/+22
* gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs2022-04-272-7/+39
* Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs2022-04-262-9/+73
* Use RE2 for the regex implementation when building with Bazel and using AbseilDerek Mauro2022-04-264-38/+71
* Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team2022-04-265-50/+144
* Support move-only and &&-qualified actions in DoAll.Aaron Jacobs2022-04-263-258/+480
* Merge pull request #3797 from glandium:issue3514Copybara-Service2022-04-262-3/+7
|\
| * Always initialize fields in MatcherBase constructorsrefs/pull/3797/headMike Hommey2022-04-201-3/+4
* | Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-2232-159/+290
* | Eliminate the legacy GTEST_COMPILE_ASSERT_ macroDerek Mauro2022-04-214-55/+39
|/
* Merge pull request #3791 from MR-A0101:patch-1Copybara-Service2022-04-181-2/+2
|\
| * Removing commas.refs/pull/3791/headMR-A2022-04-061-2/+2
* | Document two surprises in `DoAllAction::NonFinalType`.Aaron Jacobs2022-04-132-0/+128
* | Replace infinite recursion call (intentionally invoking undefined behavior to...Abseil Team2022-04-131-3/+6
* | Add support for move-only and &&-qualified actions in WillOnce.Abseil Team2022-04-094-35/+584
|/
* Clarify what live-at-head actually meansDerek Mauro2022-04-061-1/+2
* Trying to make it more clear: this is probably not about mock classes, but ab...Abseil Team2022-04-041-6/+6
* gmock: improve SFINAE for actions involving arguments.Abseil Team2022-04-042-2/+4
* Use ResultOf()'s result_description when explaining match result.Abseil Team2022-04-042-1/+16
* Use the Abseil flags library when Abseil is presentDerek Mauro2022-04-049-113/+242
* Address deprecation warning surfaced by Github presubmit testsAbseil Team2022-03-231-4/+4
* Split gmock-matchers_test into 4 smaller test #3653Mattias Ellert2022-03-239-8645/+8857
* Merge pull request #3779 from messerb5467:promote-inclusive-behaviorCopybara-Service2022-03-224-4/+4
|\
| * Merge branch 'main' into promote-inclusive-behaviorrefs/pull/3779/headBrad Messer2022-03-18135-7135/+5943
| |\
| * | Remove sanity as it is offensive to neurodiverse individuals.Brad Messer2022-03-184-4/+4