1. 21 Apr, 2023 1 commit
  2. 20 Apr, 2023 1 commit
  3. 20 Mar, 2023 1 commit
  4. 30 Jan, 2023 1 commit
  5. 30 Nov, 2022 1 commit
    • 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
  6. 26 Apr, 2022 1 commit
  7. 22 Apr, 2022 1 commit
  8. 04 Apr, 2022 1 commit
  9. 23 Mar, 2022 1 commit