summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in monomorphic matcher documentation.Abseil Team2026-03-201-1/+1
* Add documentation for two-argument floating point matchers.Krzysztof Kosiński2026-03-101-0/+8
* Fix typo in Optional(m) description.Abseil Team2026-02-111-1/+1
* Point from the "Defining Matchers" section in the reference doc to the cookbo...Abseil Team2026-01-062-3/+12
* Modernize example of combining matchers.Abseil Team2025-10-311-4/+5
* Restore the documentation of `AnyWith<T>(m)` in the matchers reference.Abseil Team2025-10-131-0/+1
* Fix typo.Abseil Team2025-10-071-1/+1
* Fix the sample usage of `ConvertGenerator` by removing the type-id name.Abseil Team2025-07-181-1/+1
* Replace internal link in GoogleTest docsAbseil Team2025-07-041-2/+4
* Add documentation for exception matchers.Abseil Team2025-06-241-0/+27
* Although the following paragraph explains there is a better solution, having ...Abseil Team2025-06-131-11/+13
* googletest: Add a flag to fail if no tests were selected to run.David Pizzuto2025-06-091-0/+15
* Updates Google Analytics tracker.Abseil Team2025-05-221-7/+7
* Clarify that the return value of `InvokeArgument` is not the return value of ...Abseil Team2025-05-121-2/+2
* gtest: Remove incorrect documentation of private headers as PIMPL idiomAbseil Team2025-05-011-4/+1
* Update documentation for v1.17.0Derek Mauro2025-04-302-11/+11
* Remove obsolete references to LinuxThreads.Andy Getzendanner2025-03-261-13/+0
* Clarify the polymorphic matcher concept and explain how to define a composite...Zhanyong Wan2025-03-111-6/+39
* Allow `DistanceFrom()` to use user-defined `abs()` by default.Zhanyong Wan2025-03-111-1/+1
* Add a `DistanceFrom()` matcher for general distance comparison.Zhanyong Wan2025-03-071-0/+2
* Add a `testing::ConvertGenerator` overload that accepts a converting functor....Abseil Team2025-03-041-1/+98
* Adds support for a --gtest_fail_if_no_test_linked flagZhanyong Wan2025-02-241-0/+14
* Property: Promote note to warningJesse Rosenstock2025-02-171-4/+5
* Add SaveArgByMoveAbseil Team2025-02-101-1/+2
* Pull Regexp syntax out of Death test section in advanced.mdAbseil Team2025-01-311-45/+45
* Fix extended regular expressions reference URL in advanced.mdAbseil Team2025-01-311-1/+1
* Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`.Abseil Team2025-01-151-2/+2
* Document unexpected interaction with death test error code and gmock.Abseil Team2025-01-091-3/+9
* the public version already has the const qualifierAbseil Team2024-12-161-9/+9
* Update the links to ISTQB glossary.Abseil Team2024-12-111-2/+2
* Remove mention of using `ASSERT_...` statements inside custom matcher definit...Abseil Team2024-11-011-3/+3
* Use FAIL() in GTEST_SKIP() documentationPeter Boström2024-10-281-2/+2
* This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...Abseil Team2024-10-141-2/+9
* Update main to point to 1.15.2 patch releaseDerek Mauro2024-08-011-1/+1
* Update GoogleTest Bazel quickstart for BzlmodDerek Mauro2024-07-161-30/+23
* Fix the documentation that erroneously says you can use short versionsDerek Mauro2024-07-091-1/+1
* Mention the optional third argument to TYPED_TEST_SUITEAbseil Team2024-05-281-0/+17
* Add example using EXPECT statement in custom matcherAbseil Team2024-05-021-3/+32
* Modify example in the primer to match Testing FAQ.Krzysztof Kosiński2024-04-121-9/+8
* Fix https://github.com/google/googletest/issues/4423Abseil Team2024-04-101-2/+4
* Revert incorrect update.Abseil Team2024-02-221-2/+2
* Add anchor for expectation ordering noteAbseil Team2024-02-131-0/+2
* Merge pull request #4435 from kaswhy:mainCopybara-Service2024-01-291-5/+15
|\
| * Docs: Add mention of `gtest_recreate_environments_when_repeating`refs/pull/4435/headkaswhy2024-01-231-11/+13
| * Docs: add conditions for calling SetUp and TearDown()kaswhy2024-01-111-8/+12
| * Docs: add conditions for calling TearDown()kaswhy2023-12-281-3/+6
* | Add a note about argv requiring NULL termination.Abseil Team2024-01-091-1/+3
|/
* Minor documentation correction.Abseil Team2023-12-221-2/+2
* Fix broken links in primer.mdDerek Mauro2023-12-191-2/+2
* s/::testing::/testing::/ in test documentation outside of using statements to...Abseil Team2023-10-181-7/+7