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
bbd6e105e7
googletest
/
test
History
zhanyong.wan
bbd6e105e7
Picks up gtest r314.
2009-09-18 18:17:19 +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
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.
2009-06-09 06:09:53 +00:00
gmock_link2_test.cc
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.
2009-06-09 06:09:53 +00:00
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.
2009-06-09 06:09:53 +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
Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.
2009-09-11 07:01:08 +00:00
gmock-cardinalities_test.cc
gmock-generated-actions_test.cc
Re-organizes the file structure for actions.
2009-07-22 23:58:19 +00:00
gmock-generated-function-mockers_test.cc
gmock-generated-internal-utils_test.cc
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.
2009-06-09 06:09:53 +00:00
gmock-internal-utils_test.cc
Simplifies the definition of NativeArray. Works around a VC bug in StrictMock & NiceMock.
2009-09-16 17:38:08 +00:00
gmock-matchers_test.cc
Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev).
2009-09-16 07:02:02 +00:00
gmock-more-actions_test.cc
Removes dead code in gmock-more-actions_test.cc.
2009-09-12 06:46:26 +00:00
gmock-nice-strict_test.cc
Disbles two tests that crash on Symbian.
2009-09-17 19:11:00 +00:00
gmock-port_test.cc
Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev).
2009-09-16 07:02:02 +00:00
gmock-printers_test.cc
Simplifies the definition of NativeArray. Works around a VC bug in StrictMock & NiceMock.
2009-09-16 17:38:08 +00:00
gmock-spec-builders_test.cc
Picks up gtest r314.
2009-09-18 18:17:19 +00:00