Searched refs:TestLogWithSeverity (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc405 void TestLogWithSeverity(const string& verbosity, LogSeverity severity, function in namespace:testing::internal::__anon18
483 TestLogWithSeverity(kInfoVerbosity, kInfo, true);
484 TestLogWithSeverity(kInfoVerbosity, kWarning, true);
490 TestLogWithSeverity(kWarningVerbosity, kInfo, false);
491 TestLogWithSeverity(kWarningVerbosity, kWarning, true);
497 TestLogWithSeverity(kErrorVerbosity, kInfo, false);
498 TestLogWithSeverity(kErrorVerbosity, kWarning, false);
504 TestLogWithSeverity("invalid", kInfo, false);
505 TestLogWithSeverity("invalid", kWarning, true);

Completed in 6 milliseconds