Searched refs:pong_msg (Results 1 – 1 of 1) sorted by relevance
102 Notice pong_msg; in TEST_F() local111 pong_msg.set_notice_code(NoticeCode::PING); in TEST_F()112 ASSERT_TRUE(pong_msg.ParseFromArray( in TEST_F()115 cout << pong_msg.DebugString() << std::endl; in TEST_F()117 EXPECT_EQ(pong_msg.notice_code(), NoticeCode::PONG); in TEST_F()125 pong_msg.set_notice_code(NoticeCode::PING); in TEST_F()126 ASSERT_TRUE(pong_msg.ParseFromArray( in TEST_F()129 cout << pong_msg.DebugString() << std::endl; in TEST_F()131 EXPECT_EQ(pong_msg.notice_code(), NoticeCode::PONG); in TEST_F()139 pong_msg.set_notice_code(NoticeCode::PING); in TEST_F()[all …]