Home
last modified time | relevance | path

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

/external/nos/test/system-test-harness/src/
Druntests.cc160 Notice notice_msg; in TEST_F() local
161 ASSERT_TRUE(notice_msg.ParseFromArray(reinterpret_cast<char *>(msg.data), in TEST_F()
164 cout << notice_msg.DebugString() << std::endl; in TEST_F()
166 EXPECT_EQ(notice_msg.notice_code(), NoticeCode::UNRECOGNIZED_MESSAGE); in TEST_F()