This website requires JavaScript.
Explore
Register
Sign In
coffee
/
googletest
Watch
1
Star
0
Fork
0
You've already forked googletest
mirror of
https://github.com/google/googletest.git
synced
2026-06-16 00:46:08 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
googletest
/
docs
/
reference
History
stoorx
ccf42f77fb
Add the documentation for
CombineAs<R>()
param generator
2026-01-21 22:21:05 +03:00
..
actions.md
Clarify that the return value of
InvokeArgument
is not the return value of the action.
2025-05-12 14:40:55 -07:00
assertions.md
This change adjusts how
ASSERT_NEAR
and
EXPECT_NEAR
treats infinity, such that
ASSERT_NEAR(inf, inf, 0)
passes. This makes the behavior more consistent with
ASSERT_EQ(inf, inf)
which succeeds.
2024-10-14 10:13:58 -07:00
matchers.md
Point from the "Defining Matchers" section in the reference doc to the cookbook, which is much more detailed.
2026-01-06 00:09:54 -08:00
mocking.md
Revert incorrect update.
2024-02-22 08:48:24 -08:00
testing.md
Add the documentation for
CombineAs<R>()
param generator
2026-01-21 22:21:05 +03:00