| Commit-Queue | +1 |
If you think this is actually useful for you; I'll follow this up with entry_unittest (probably with an intermediate step of pushing the enum to DiskCacheTestBase[WithCache?] and replacing the various methods it has for it with it for consistency)
AddDelay();// information.MOCK_TIME AddDelay did that.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm, I like using TEST_P instead of separate helper functions :)
AddDelay();This is re-litigating https://codereview.chromium.org/118123004/
Acknowledged
// information.Kenichi IshibashiMOCK_TIME AddDelay did that.
Acknowledged
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
disk_cache/backend_unittest.cc: Use TEST_P for multi-backend tests
...Rather than doing it by hand with helper functions. The hope is that
if someone were to, say, be working on a different backend, they could
run all tests that are reasonably cross-backend on it easily with just a
few lines of changes. Also centralizes the smaller inconsistencies a
bit.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Oh, thanks!
Actually I was planing to do the same thing as I'm implementing [a new backend](https://chromium-review.googlesource.com/c/chromium/src/+/6561822).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |