Lines Matching refs:pong_msg
102 Notice pong_msg; in TEST_F() local
111 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()
140 ASSERT_TRUE(pong_msg.ParseFromArray( in TEST_F()
143 cout << pong_msg.DebugString() << std::endl; in TEST_F()
145 EXPECT_EQ(pong_msg.notice_code(), NoticeCode::PONG); in TEST_F()