Home | History | Annotate | Download | only in test

Lines Matching refs:INFO

362   EXPECT_TRUE(LogIsVisible(INFO));
368 EXPECT_FALSE(LogIsVisible(INFO));
374 EXPECT_FALSE(LogIsVisible(INFO));
408 Log(INFO, "Test log.\n", -1);
437 // --gmock_verbose flag is "info".
439 TestLogWithSeverity(kInfoVerbosity, INFO, true);
446 TestLogWithSeverity(kWarningVerbosity, INFO, false);
453 TestLogWithSeverity(kErrorVerbosity, INFO, false);
460 TestLogWithSeverity("invalid", INFO, false);
526 // Verifies that EXPECT_CALL logs if the --gmock_verbose flag is set to "info".
549 // Verifies that ON_CALL logs if the --gmock_verbose flag is set to "info".