Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dlogging_unittest.cc37 void ExpectLog(LogLevel level, absl::string_view message) { in ExpectLog() function in openscreen::LoggingTest
91 ExpectLog(LogLevel::kVerbose, "Verbose"); in TEST_F()
92 ExpectLog(LogLevel::kInfo, "Info"); in TEST_F()
93 ExpectLog(LogLevel::kWarning, "Warning"); in TEST_F()
94 ExpectLog(LogLevel::kError, "Error"); in TEST_F()
104 ExpectLog(LogLevel::kWarning, "Warning"); in TEST_F()
105 ExpectLog(LogLevel::kError, "Error"); in TEST_F()
118 ExpectLog(LogLevel::kVerbose, "Verbose"); in TEST_F()
119 ExpectLog(LogLevel::kInfo, "Info"); in TEST_F()
120 ExpectLog(LogLevel::kWarning, "Warning"); in TEST_F()
[all …]