Home
last modified time | relevance | path

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

/external/libchrome/base/
Dlogging_unittest.cc197 MockLogSource mock_log_source_error; in TEST_F() local
201 EXPECT_CALL(mock_log_source_error, Log()).Times(1). in TEST_F()
210 LOG(ERROR) << mock_log_source_error.Log(); in TEST_F()