googletest/test
billydonahue 1f5fdea417 Push several shanges:
Make single argument constructors explicit in macros.

    Remove NOMINMAX macro.

    Add macros for disabling Microsoft Visual C++ warnings.

    Add WhenDynamicCastTo<T> matcher.
    A matcher that matches a pointer that matches inner_matcher when
    dynamic_cast<T> is applied.

    Add IWYU export pragmas to the tuple include lines.

    Fix NativeArray to not require a copy constructor unless we ask for one.
    This allows ElementsAre() to support non-copyable types.

    Examine WINAPI_FAMILY_PARTITION macros to better distinguish windows platforms.
    Author: martin@martin.st
    From: https://codereview.appspot.com/57220043/
2014-05-19 17:54:51 +00:00
..
gmock_all_test.cc Clarify the rationale for gmock_all_test.cc, and pull in gtest 669 2013-12-03 22:46:51 +00:00
gmock_ex_test.cc Makes googlemock throw a runtime_error instead of abort when a mock 2013-02-28 22:58:51 +00:00
gmock_leak_test_.cc Include gtest and gmock headers as user headers instead of system headers. 2010-09-14 05:38:21 +00:00
gmock_leak_test.py makes googlemock generator handle some class templates; pulls in gtest r662 2013-09-06 22:52:14 +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 Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes. 2012-04-10 16:02:11 +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_output_test_.cc Improves the tests for nice, naggy, and strict mocks. 2013-03-01 07:10:07 +00:00
gmock_output_test_golden.txt Adds a note in the "uninteresting mock method call" warning to advise people how to handle the warning. 2014-01-12 23:42:34 +00:00
gmock_output_test.py Renames test script flags. 2010-05-13 18:16:03 +00:00
gmock_stress_test.cc A test to verify correcteness of Google Mock on multiple threads. 2011-05-11 08:18:45 +00:00
gmock_test_utils.py makes googlemock generator handle some class templates; pulls in gtest r662 2013-09-06 22:52:14 +00:00
gmock_test.cc Enables SetArgPointee<>() to accept a string literal; removes a self-assignment warning; teaches gmock doctor to diagnose TTB with Clang; picks up gtest r525. 2010-12-02 23:30:50 +00:00
gmock-actions_test.cc Export tuple and friends in the ::testing namespace. 2014-04-02 20:30:00 +00:00
gmock-cardinalities_test.cc Include gtest and gmock headers as user headers instead of system headers. 2010-09-14 05:38:21 +00:00
gmock-generated-actions_test.cc Push several shanges: 2014-05-19 17:54:51 +00:00
gmock-generated-function-mockers_test.cc Make Google Mock build cleanly on Visual Studio 2010, 2012, 2013. 2014-01-13 22:28:01 +00:00
gmock-generated-internal-utils_test.cc Export tuple and friends in the ::testing namespace. 2014-04-02 20:30:00 +00:00
gmock-generated-matchers_test.cc Export tuple and friends in the ::testing namespace. 2014-04-02 20:30:00 +00:00
gmock-internal-utils_test.cc Push several shanges: 2014-05-19 17:54:51 +00:00
gmock-matchers_test.cc Push several shanges: 2014-05-19 17:54:51 +00:00
gmock-more-actions_test.cc Export tuple and friends in the ::testing namespace. 2014-04-02 20:30:00 +00:00
gmock-nice-strict_test.cc Improves the tests for nice, naggy, and strict mocks. 2013-03-01 07:10:07 +00:00
gmock-port_test.cc Include gtest and gmock headers as user headers instead of system headers. 2010-09-14 05:38:21 +00:00
gmock-spec-builders_test.cc Adds a note in the "uninteresting mock method call" warning to advise people how to handle the warning. 2014-01-12 23:42:34 +00:00