Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dsyslog_logging_unittest.cc11 class SyslogLoggingDeathTest : public ::testing::Test { class
13 SyslogLoggingDeathTest() {} in SyslogLoggingDeathTest() function in brillo::SyslogLoggingDeathTest
14 virtual ~SyslogLoggingDeathTest() {} in ~SyslogLoggingDeathTest()
17 DISALLOW_COPY_AND_ASSIGN(SyslogLoggingDeathTest);
20 TEST_F(SyslogLoggingDeathTest, FatalLoggingIsFatal) { in TEST_F() argument