.. |
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_link2_test.cc
|
Fixes link errors due to an MS VC bug. By Vlad Losev.
|
2009-02-19 22:30:22 +00:00 |
gmock_link_test.cc
|
Fixes link errors due to an MS VC bug. By Vlad Losev.
|
2009-02-19 22:30:22 +00:00 |
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_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
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
2008-12-10 05:08:54 +00:00 |
gmock_test.cc
|
Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.
|
2009-04-22 22:25:31 +00:00 |
gmock-actions_test.cc
|
Re-organizes the file structure for actions.
|
2009-07-22 23:58:19 +00:00 |
gmock-cardinalities_test.cc
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
2008-12-10 05:08:54 +00:00 |
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
|
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
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
2008-12-10 05:08:54 +00:00 |
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
|
Makes gmock-spec-builders_test.cc and gmock-internal-utils_test.cc work where both ::string and ::std::string are defined.
|
2009-06-22 23:30:47 +00:00 |
gmock-matchers_test.cc
|
Adds the Key() matcher, by Marcus Borger.
|
2009-07-16 20:26:41 +00:00 |
gmock-more-actions_test.cc
|
Re-organizes the file structure for actions.
|
2009-07-22 23:58:19 +00:00 |
gmock-nice-strict_test.cc
|
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
|
2008-12-10 05:08:54 +00:00 |
gmock-port_test.cc
|
Fixes gmock-port_test on Windows.
|
2009-03-06 01:21:45 +00:00 |
gmock-printers_test.cc
|
Makes all container matchers work with (possibly multi-dimensional) native arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
|
2009-06-04 05:48:20 +00:00 |
gmock-spec-builders_test.cc
|
Removes duplicated definition of SetArgumentPointee (by Vlad Losev); Makes gmock compilable on platforms that don't have ::abort() (by Acadeli Checa); Fixes compatibility with Symbian's STLport (by Acadeli Checa).
|
2009-08-07 07:15:56 +00:00 |