mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
Currently, hasLogAtLevelWithMessage gave a very generic "no log at level with message was found" error on failure. The user didn't know if there were no logs at all, or if there was a small typo in the log etc. Using the "regular" Truth assertions gives more informative errors in cleaner code. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=149007204