Searched refs:TEST_OK (Results 1 – 5 of 5) sorted by relevance
23 #define TEST_OK(x) EXPECT_EQ((x),XMPP_RETURN_OK) macro285 TEST_OK(roster->outgoing_presence()-> in TEST_F()287 TEST_OK(roster->outgoing_presence()->set_priority(-37)); in TEST_F()288 TEST_OK(roster->outgoing_presence()->set_presence_show(XMPP_PRESENCE_DND)); in TEST_F()289 TEST_OK(roster->outgoing_presence()-> in TEST_F()291 TEST_OK(roster->BroadcastPresence()); in TEST_F()303 TEST_OK(roster->outgoing_presence()-> in TEST_F()305 TEST_OK(roster->outgoing_presence()->set_priority(0)); in TEST_F()306 TEST_OK(roster->outgoing_presence()->set_presence_show(XMPP_PRESENCE_XA)); in TEST_F()307 TEST_OK(roster->outgoing_presence()->set_status("Gone fishin'")); in TEST_F()[all …]
23 #define TEST_OK(x) TEST_EQ((x),XMPP_RETURN_OK) macro209 TEST_OK(engine->HandleInput(input.c_str(), input.length())); in TestEnterExitChatroom()218 TEST_OK(engine->HandleInput(input.c_str(), input.length())); in TestEnterExitChatroom()227 TEST_OK(engine->HandleInput(input.c_str(), input.length())); in TestEnterExitChatroom()238 TEST_OK(engine->HandleInput(input.c_str(), input.length())); in TestEnterExitChatroom()248 TEST_OK(engine->HandleInput(input.c_str(), input.length())); in TestEnterExitChatroom()265 TEST_OK(engine->HandleInput(input.c_str(), input.length())); in TestEnterExitChatroom()
215 return TEST_OK; in StructSizeTest()229 return TEST_OK; in TestBuildTestGptData()265 return TEST_OK; in ParameterTests()292 return TEST_OK; in HeaderCrcTest()345 return TEST_OK; in HeaderSameTest()367 return TEST_OK; in SignatureTest()403 return TEST_OK; in RevisionTest()436 return TEST_OK; in SizeTest()457 return TEST_OK; in CrcFieldTest()484 return TEST_OK; in ReservedFieldsTest()[all …]
13 TEST_OK = 0, enumerator
47 return TEST_OK; in TestCrc32TestVectors()