"googlemock/test/gmock_link_test.h" did not exist on "f7af24c7de14ccb10a24909a6f3440a763cb1164"
  • Abseil Team's avatar
    Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface. · 1f643f71
    Abseil Team authored
    MatcherDescriberInterface specifies that DescribeTo "should print a verb phrase", but "size ..." is not a verb phrase. Currently, ElementsAre(SizeIs(9)) is described as "has 1 element that size is equal to 9". With this change, it will be described as "has 1 element that has a size that is equal to 9".
    
    PiperOrigin-RevId: 492022324
    Change-Id: I4083335f2419462464957521c1e033643b53b763
    1f643f71
gmock-matchers.h 205 KB