This website requires JavaScript.
Explore
Help
Sign In
google
/
googletest
Watch
0
Star
0
Fork
0
You've already forked googletest
mirror of
https://github.com/google/googletest.git
synced
2026-01-07 07:36:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
41a8bc67ab7e7a81735e9d560f54d8d130dcc3ab
googletest
/
src
History
kosak
35956659ea
Add GTEST_MOVE macro, to support mocking methods with move-only return types.
...
Add GTEST_ATTRIBUTE_NO_SANITIZE_ADDRESS_
2014-01-29 06:34:44 +00:00
..
gtest_main.cc
…
gtest-all.cc
…
gtest-death-test.cc
Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment.
2013-02-22 20:10:40 +00:00
gtest-filepath.cc
Add MemorySanitizer annotations in gtest printers. Also remove unused variable kPathSeparatorString.
2013-12-03 22:38:22 +00:00
gtest-internal-inl.h
When --gtest_filter is specified, XML report now doesn't contain information about tests that are filtered out (issue 141).
2013-04-25 17:58:52 +00:00
gtest-port.cc
Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment.
2013-02-22 20:10:40 +00:00
gtest-printers.cc
Add GTEST_MOVE macro, to support mocking methods with move-only return types.
2014-01-29 06:34:44 +00:00
gtest-test-part.cc
Unfortunately, the svn repo is a bit out of date. This commit contains 8
2012-11-15 15:47:38 +00:00
gtest-typed-test.cc
Unfortunately, the svn repo is a bit out of date. This commit contains 8
2012-11-15 15:47:38 +00:00
gtest.cc
supports a protocol for catching tests that prematurely exit
2013-09-06 22:50:25 +00:00