GoogleTest - Google Testing and Mocking Framework (grpc protobuff依赖) https://google.github.io/googletest/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhanyong.wan a89034c802 Removes gmock's dependency on python2.4. 16 years ago
..
gmock-actions_test.cc Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED. 16 years ago
gmock-cardinalities_test.cc Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. 17 years ago
gmock-generated-actions_test.cc Re-organizes the file structure for actions. 16 years ago
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. 16 years ago
gmock-generated-internal-utils_test.cc Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet. 17 years ago
gmock-generated-matchers_test.cc Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian. 16 years ago
gmock-internal-utils_test.cc Simplifies the definition of NativeArray. Works around a VC bug in StrictMock & NiceMock. 16 years ago
gmock-matchers_test.cc Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev). 16 years ago
gmock-more-actions_test.cc Removes dead code in gmock-more-actions_test.cc. 16 years ago
gmock-nice-strict_test.cc Disbles two tests that crash on Symbian. 16 years ago
gmock-port_test.cc Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev). 16 years ago
gmock-printers_test.cc Simplifies the definition of NativeArray. Works around a VC bug in StrictMock & NiceMock. 16 years ago
gmock-spec-builders_test.cc Picks up gtest r314. 16 years ago
gmock_leak_test.py Turns --gmock_catch_leaked_mocks on by default. 16 years ago
gmock_leak_test_.cc Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. 16 years ago
gmock_link2_test.cc Fixes link errors due to an MS VC bug. By Vlad Losev. 16 years ago
gmock_link_test.cc Fixes link errors due to an MS VC bug. By Vlad Losev. 16 years ago
gmock_link_test.h Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian. 16 years ago
gmock_output_test.py Improves the error message for leaked mocks to include the test name (by Zhanyong Wan). 16 years ago
gmock_output_test_.cc Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian. 16 years ago
gmock_output_test_golden.txt Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian. 16 years ago
gmock_test.cc Implements --gmock_catch_leaked_mocks and Mock::AllowLeak. 16 years ago
gmock_test_utils.py Removes gmock's dependency on python2.4. 16 years ago