Migrate Truth Subjects from no-arg check() to the overload that accepts a description.
The overload that accepts a description generally produces better failure messages:
- The first line of the message it produces is something like: "value of: myProto.getResponse()" (where "getResponse()" is taken from the provided description)
- The last line of the message it produces is something like: "myProto was: response: query was throttled" (the full value of myProto)
- And the existing text goes in between.
Additional motivation: We are deleting the no-arg overload externally (and probably internally thereafter).
Tested:
TAP --sample ran all affected tests and none failed
http://test/OCL:246180910:BASE:246178277:1556744671139:f142f907
PiperOrigin-RevId: 246315672
Change-Id: Ie9db77721d1fc463ca34efbdcd87a8ad7acde573
1 file changed