The gtest macros return a stream for outputting diagnostic messages when a test fails.
EXPECT_TRUE(false) << "diagnostic message";
The gtest macros return a stream for outputting diagnostic messages when a test fails.
EXPECT_TRUE(false) << "diagnostic message";