This website requires JavaScript.
Explore
Help
Sign In
eson
/
googletest
Watch
1
Star
0
Fork
0
You've already forked googletest
Code
Issues
Pull Requests
Releases
Wiki
Activity
16cf473930
googletest
/
test
History
zhanyong.wan
16cf473930
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn.
2009-05-14 20:55:30 +00:00
..
gmock_leak_test_.cc
Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.
2009-04-22 22:25:31 +00:00
gmock_leak_test.py
Turns --gmock_catch_leaked_mocks on by default.
2009-04-29 23:52:29 +00:00
gmock_link_test.cc
gmock_link_test.h
Makes gmock compile with gcc -Wall -Wextra -Wno-unused-parameter.
2009-03-26 19:06:45 +00:00
gmock_link2_test.cc
gmock_output_test_.cc
Improves the error message for leaked mocks to include the test name (by Zhanyong Wan).
2009-05-05 23:14:47 +00:00
gmock_output_test_golden.txt
Improves the error message for leaked mocks to include the test name (by Zhanyong Wan).
2009-05-05 23:14:47 +00:00
gmock_output_test.py
Improves the error message for leaked mocks to include the test name (by Zhanyong Wan).
2009-05-05 23:14:47 +00:00
gmock_test_utils.py
gmock_test.cc
Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.
2009-04-22 22:25:31 +00:00
gmock-actions_test.cc
Adds more tests for using SetArgumentPointee with protobufs; works around a compiler bug on Symbian that gmock-printers.h triggers; reduces template code bloat in gmock-matchers.h; avoids RTTI when it's disabled.
2009-05-13 23:38:40 +00:00
gmock-cardinalities_test.cc
gmock-generated-actions_test.cc
Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementation of Not, AnyOf, and AllOf to use SafeMatcherCast (by Vlad Losev); implemented ACTION_TEMPLATE (by Zhanyong Wan); worked around bugs on Symbian (by Zhanyong Wan).
2009-05-11 18:54:08 +00:00
gmock-generated-function-mockers_test.cc
Allows mock methods overloaded on argument number or the const-ness of this object to appear on the same source line.
2009-03-25 03:56:48 +00:00
gmock-generated-internal-utils_test.cc
gmock-generated-matchers_test.cc
Implements Contains(element) matcher. By Gary Morain.
2009-02-20 18:31:04 +00:00
gmock-internal-utils_test.cc
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn.
2009-05-14 20:55:30 +00:00
gmock-matchers_test.cc
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn.
2009-05-14 20:55:30 +00:00
gmock-nice-strict_test.cc
gmock-port_test.cc
Fixes gmock-port_test on Windows.
2009-03-06 01:21:45 +00:00
gmock-printers_test.cc
Cleans up macro definitions.
2009-02-23 23:37:29 +00:00
gmock-spec-builders_test.cc
Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.
2009-04-22 22:25:31 +00:00