diff options
author | Abseil Team <absl-team@google.com> | 2022-11-30 22:41:44 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-11-30 22:42:31 (GMT) |
commit | 1f643f71d4151c3b364c0e9302042f7a6debd439 (patch) | |
tree | fe9156875109fcda93c5bdcb17bba63ab0aa3cf4 /googletest/test/googletest-json-output-unittest.py | |
parent | a16bfcfda1ea994c1abec23cca8f530953042dfa (diff) | |
download | googletest-1f643f71d4151c3b364c0e9302042f7a6debd439.zip googletest-1f643f71d4151c3b364c0e9302042f7a6debd439.tar.gz googletest-1f643f71d4151c3b364c0e9302042f7a6debd439.tar.bz2 |
Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.
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
Diffstat (limited to 'googletest/test/googletest-json-output-unittest.py')
0 files changed, 0 insertions, 0 deletions