Googletest export
Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910
Showing
- googlemock/include/gmock/gmock-matchers.h 3 additions, 607 deletionsgooglemock/include/gmock/gmock-matchers.h
- googlemock/src/gmock-matchers.cc 0 additions, 110 deletionsgooglemock/src/gmock-matchers.cc
- googletest/include/gtest/gtest-matchers.h 677 additions, 0 deletionsgoogletest/include/gtest/gtest-matchers.h
- googletest/include/gtest/gtest.h 1 addition, 0 deletionsgoogletest/include/gtest/gtest.h
- googletest/src/gtest-all.cc 1 addition, 0 deletionsgoogletest/src/gtest-all.cc
- googletest/src/gtest-matchers.cc 152 additions, 0 deletionsgoogletest/src/gtest-matchers.cc
- googletest/test/googletest-death-test-test.cc 8 additions, 0 deletionsgoogletest/test/googletest-death-test-test.cc
Loading
Please register or sign in to comment