Cleanup EXPECT/ASSERTs in unit tests in core/fetch and core/loader
- Use EXPECT_.*() where possible instead of ASSERT_.*() - Use the argument order of EXPECT_EQ(expected, actual) - Remove unnecessary casts - Replace EXPECT_EQ/NE(nullptr) with EXPECT_FALSE/TRUE() - Replace EXPECT_STREQ() with EXPECT_EQ() using WTF::String comparison BUG=none Review-Url: https://codereview.chromium.org/2324103002 Cr-Commit-Position: refs/heads/master@{#417550}
Showing
Please register or sign in to comment