Lines Matching refs:log
380 // Tests the Log() function.
382 // Verifies that Log() behaves correctly for the given verbosity level
383 // and log severity.
389 Log(severity, "Test log.\n", 0);
394 "^\nGMOCK WARNING:\nTest log\\.\nStack trace:\n" :
395 "^\nTest log\\.\nStack trace:\n"));
403 // Log() doesn't include the stack trace in the output.
408 Log(INFO, "Test log.\n", -1);
409 EXPECT_STREQ("\nTest log.\n", GetCapturedStdout().c_str());
417 Log(WARNING, "Test log.\n", 100);
418 const String log = GetCapturedStdout();
423 EXPECT_THAT(log, ContainsRegex("\nGMOCK WARNING:\n"
424 "Test log\\.\n"
431 "Test log.\n"
432 "Stack trace:\n", log.c_str());
503 // Verifies that Log() behaves correctly for the given verbosity level
504 // and log severity.
532 // Verifies that EXPECT_CALL doesn't log
538 // Verifies that EXPECT_CALL doesn't log
555 // Verifies that ON_CALL doesn't log
561 // Verifies that ON_CALL doesn't log if