Lines Matching refs:message

89     virtual void Send(const string& message) { output_ += message; }
150 // Meta characters in the failure message should be properly escaped.
152 "event=TestPartResult&file=foo.cc&line=42&message=failed%3D%0A%26%25\n",
1398 EXPECT_STREQ(expected.message(), actual.message());
1780 // Tests that Int32FromEnvOrDie() aborts with an error message
1789 // Tests that Int32FromEnvOrDie() aborts with an error message
2567 // Tests that IsSubstring() generates the correct message when the input
2593 // Tests that IsSubstring() generates the correct message when the input
2623 // Tests that IsNotSubstring() generates the correct message when the input
2642 // Tests that IsNotSubstring() generates the correct message when the input
3406 gtest_failures.GetTestPartResult(0).message());
3408 gtest_failures.GetTestPartResult(1).message());
3425 gtest_failures.GetTestPartResult(0).message());
3427 gtest_failures.GetTestPartResult(1).message());
3429 gtest_failures.GetTestPartResult(2).message());
3436 EXPECT_NO_FATAL_FAILURE(FAIL() << "foo") << "my message";
3444 gtest_failures.GetTestPartResult(0).message());
3445 EXPECT_PRED_FORMAT2(testing::IsSubstring, "my message",
3446 gtest_failures.GetTestPartResult(1).message());
3979 // success codes as well as failure message for each.
3981 // Windows CE doesn't support message texts.
4228 // Tests the message streaming variation of assertions.
4281 // Tests using ASSERT_FALSE with a streamed message.
4290 // Tests using FAIL with a streamed message.
4296 // Tests using SUCCEED with a streamed message.
4301 // Tests using ASSERT_TRUE with a streamed message.
4354 // Tests EXPECT_FALSE with a streamed message.
4579 // Tests using std::string as an assertion message.
4582 "This failure message is a std::string, and is expected.");
4606 // Tests using int as an assertion message.
4612 // Tests using NULL char pointer as an assertion message.
4650 // the failure message contains the user-streamed part.
4656 // Unfortunately, we cannot verify that the failure message contains
5078 EXPECT_STREQ("abc", r1.message());
5086 EXPECT_STREQ("", r1.message());
5090 EXPECT_STREQ("abc", r2.message());
5094 EXPECT_STREQ("", r3.message());
5098 EXPECT_STREQ("def", r4.message());
5102 EXPECT_STREQ("ghi", r5.message());
5105 // Tests that the negation flips the predicate result but keeps the message.
5109 EXPECT_STREQ("abc", (!r1).message());
5113 EXPECT_STREQ("def", (!r2).message());
5119 EXPECT_STREQ("abcd0true", r.message());
5125 EXPECT_STREQ("Data\n\\0Will be visible", r.message());
5685 // help message for the flags it recognizes.
7086 Message message;
7087 message << id_ << "." << method;
7088 return message.GetString();