googletest/test
2009-07-16 20:26:41 +00:00
..
gmock_leak_test_.cc
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
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 Switches from Boost TR1 tuple to gtest's TR1 tuple. 2009-06-17 22:11:04 +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 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-nice-strict_test.cc
gmock-port_test.cc
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 Implements Expectation, ExpectationSet, and After for specifying expectation orders. 2009-07-01 19:04:51 +00:00