index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.16.x
v1.17.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in monomorphic matcher documentation.
Abseil Team
2026-03-20
1
-1/+1
*
Add documentation for two-argument floating point matchers.
Krzysztof Kosiński
2026-03-10
1
-0/+8
*
Fix typo in Optional(m) description.
Abseil Team
2026-02-11
1
-1/+1
*
Point from the "Defining Matchers" section in the reference doc to the cookbo...
Abseil Team
2026-01-06
2
-3/+12
*
Modernize example of combining matchers.
Abseil Team
2025-10-31
1
-4/+5
*
Restore the documentation of `AnyWith<T>(m)` in the matchers reference.
Abseil Team
2025-10-13
1
-0/+1
*
Fix typo.
Abseil Team
2025-10-07
1
-1/+1
*
Fix the sample usage of `ConvertGenerator` by removing the type-id name.
Abseil Team
2025-07-18
1
-1/+1
*
Replace internal link in GoogleTest docs
Abseil Team
2025-07-04
1
-2/+4
*
Add documentation for exception matchers.
Abseil Team
2025-06-24
1
-0/+27
*
Although the following paragraph explains there is a better solution, having ...
Abseil Team
2025-06-13
1
-11/+13
*
googletest: Add a flag to fail if no tests were selected to run.
David Pizzuto
2025-06-09
1
-0/+15
*
Updates Google Analytics tracker.
Abseil Team
2025-05-22
1
-7/+7
*
Clarify that the return value of `InvokeArgument` is not the return value of ...
Abseil Team
2025-05-12
1
-2/+2
*
gtest: Remove incorrect documentation of private headers as PIMPL idiom
Abseil Team
2025-05-01
1
-4/+1
*
Update documentation for v1.17.0
Derek Mauro
2025-04-30
2
-11/+11
*
Remove obsolete references to LinuxThreads.
Andy Getzendanner
2025-03-26
1
-13/+0
*
Clarify the polymorphic matcher concept and explain how to define a composite...
Zhanyong Wan
2025-03-11
1
-6/+39
*
Allow `DistanceFrom()` to use user-defined `abs()` by default.
Zhanyong Wan
2025-03-11
1
-1/+1
*
Add a `DistanceFrom()` matcher for general distance comparison.
Zhanyong Wan
2025-03-07
1
-0/+2
*
Add a `testing::ConvertGenerator` overload that accepts a converting functor....
Abseil Team
2025-03-04
1
-1/+98
*
Adds support for a --gtest_fail_if_no_test_linked flag
Zhanyong Wan
2025-02-24
1
-0/+14
*
Property: Promote note to warning
Jesse Rosenstock
2025-02-17
1
-4/+5
*
Add SaveArgByMove
Abseil Team
2025-02-10
1
-1/+2
*
Pull Regexp syntax out of Death test section in advanced.md
Abseil Team
2025-01-31
1
-45/+45
*
Fix extended regular expressions reference URL in advanced.md
Abseil Team
2025-01-31
1
-1/+1
*
Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`.
Abseil Team
2025-01-15
1
-2/+2
*
Document unexpected interaction with death test error code and gmock.
Abseil Team
2025-01-09
1
-3/+9
*
the public version already has the const qualifier
Abseil Team
2024-12-16
1
-9/+9
*
Update the links to ISTQB glossary.
Abseil Team
2024-12-11
1
-2/+2
*
Remove mention of using `ASSERT_...` statements inside custom matcher definit...
Abseil Team
2024-11-01
1
-3/+3
*
Use FAIL() in GTEST_SKIP() documentation
Peter Boström
2024-10-28
1
-2/+2
*
This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such...
Abseil Team
2024-10-14
1
-2/+9
*
Update main to point to 1.15.2 patch release
Derek Mauro
2024-08-01
1
-1/+1
*
Update GoogleTest Bazel quickstart for Bzlmod
Derek Mauro
2024-07-16
1
-30/+23
*
Fix the documentation that erroneously says you can use short versions
Derek Mauro
2024-07-09
1
-1/+1
*
Mention the optional third argument to TYPED_TEST_SUITE
Abseil Team
2024-05-28
1
-0/+17
*
Add example using EXPECT statement in custom matcher
Abseil Team
2024-05-02
1
-3/+32
*
Modify example in the primer to match Testing FAQ.
Krzysztof Kosiński
2024-04-12
1
-9/+8
*
Fix https://github.com/google/googletest/issues/4423
Abseil Team
2024-04-10
1
-2/+4
*
Revert incorrect update.
Abseil Team
2024-02-22
1
-2/+2
*
Add anchor for expectation ordering note
Abseil Team
2024-02-13
1
-0/+2
*
Merge pull request #4435 from kaswhy:main
Copybara-Service
2024-01-29
1
-5/+15
|
\
|
*
Docs: Add mention of `gtest_recreate_environments_when_repeating`
refs/pull/4435/head
kaswhy
2024-01-23
1
-11/+13
|
*
Docs: add conditions for calling SetUp and TearDown()
kaswhy
2024-01-11
1
-8/+12
|
*
Docs: add conditions for calling TearDown()
kaswhy
2023-12-28
1
-3/+6
*
|
Add a note about argv requiring NULL termination.
Abseil Team
2024-01-09
1
-1/+3
|
/
*
Minor documentation correction.
Abseil Team
2023-12-22
1
-2/+2
*
Fix broken links in primer.md
Derek Mauro
2023-12-19
1
-2/+2
*
s/::testing::/testing::/ in test documentation outside of using statements to...
Abseil Team
2023-10-18
1
-7/+7
[next]