HomeSort by relevance Sort by last modified time
    Searched refs:TestLogWithSeverity (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/testing/test/
gmock-internal-utils_test.cc 384 void TestLogWithSeverity(const string& verbosity, LogSeverity severity,
439 TestLogWithSeverity(kInfoVerbosity, kInfo, true);
440 TestLogWithSeverity(kInfoVerbosity, kWarning, true);
446 TestLogWithSeverity(kWarningVerbosity, kInfo, false);
447 TestLogWithSeverity(kWarningVerbosity, kWarning, true);
453 TestLogWithSeverity(kErrorVerbosity, kInfo, false);
454 TestLogWithSeverity(kErrorVerbosity, kWarning, false);
460 TestLogWithSeverity("invalid", kInfo, false);
461 TestLogWithSeverity("invalid", kWarning, true);
  /external/googletest/googlemock/test/
gmock-internal-utils_test.cc 404 void TestLogWithSeverity(const std::string& verbosity, LogSeverity severity,
482 TestLogWithSeverity(kInfoVerbosity, kInfo, true);
483 TestLogWithSeverity(kInfoVerbosity, kWarning, true);
489 TestLogWithSeverity(kWarningVerbosity, kInfo, false);
490 TestLogWithSeverity(kWarningVerbosity, kWarning, true);
496 TestLogWithSeverity(kErrorVerbosity, kInfo, false);
497 TestLogWithSeverity(kErrorVerbosity, kWarning, false);
503 TestLogWithSeverity("invalid", kInfo, false);
504 TestLogWithSeverity("invalid", kWarning, true);

Completed in 173 milliseconds