Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc401 void TestLogWithSeverity(const std::string& verbosity, LogSeverity severity, in TestLogWithSeverity() function
480 TestLogWithSeverity(kInfoVerbosity, kInfo, true); in TEST()
481 TestLogWithSeverity(kInfoVerbosity, kWarning, true); in TEST()
487 TestLogWithSeverity(kWarningVerbosity, kInfo, false); in TEST()
488 TestLogWithSeverity(kWarningVerbosity, kWarning, true); in TEST()
494 TestLogWithSeverity(kErrorVerbosity, kInfo, false); in TEST()
495 TestLogWithSeverity(kErrorVerbosity, kWarning, false); in TEST()
501 TestLogWithSeverity("invalid", kInfo, false); in TEST()
502 TestLogWithSeverity("invalid", kWarning, true); in TEST()