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-05-01 03:19:22 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
googletest
/
docs
/
reference
History
Stoorx
f03a02210a
Merge 201a63003d93cda6b6c3ca19ce4de41c8243bad0 into d72f9c8aea6817cdf1ca0ac10887f328de7f3da2
2026-04-02 10:36:07 -07: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
Add documentation for two-argument floating point matchers.
2026-03-10 11:25:48 -07: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