This website requires JavaScript.
Explore
Help
Register
Sign In
outman
/
googletest
Watch
1
Star
0
Fork
0
You've already forked googletest
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
35a4ec7b01
googletest
/
docs
/
reference
History
XAMeLeOH
35a4ec7b01
Merge
15de0806de
into
a866428a78
2025-02-08 06:59:41 +08:00
..
actions.md
Update actions.md
2024-09-26 01:07:02 +02: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
Update matchers.md: include and namespace instructions
2024-09-26 00:16:25 +02:00
mocking.md
Revert incorrect update.
2024-02-22 08:48:24 -08:00
testing.md
Mention the optional third argument to TYPED_TEST_SUITE
2024-05-28 07:42:39 -07:00