Searched refs:gtest_msg (Results 1 – 2 of 2) sorted by relevance
169 String AppendUserMessage(const String& gtest_msg,779 if (const char* gtest_msg = "") { \788 gtest_msg = "Expected: " #statement " throws an exception of type " \794 gtest_msg = "Expected: " #statement " throws an exception of type " \800 fail(gtest_msg)804 if (const char* gtest_msg = "") { \809 gtest_msg = "Expected: " #statement " doesn't throw an exception.\n" \815 fail(gtest_msg)819 if (const char* gtest_msg = "") { \828 gtest_msg = "Expected: " #statement " throws an exception.\n" \[all …]
1787 String AppendUserMessage(const String& gtest_msg, in AppendUserMessage() argument1792 return gtest_msg; in AppendUserMessage()1796 msg << gtest_msg << "\n" << user_msg_string; in AppendUserMessage()