Searched refs:ASSERT_STR_EQ (Results 1 – 5 of 5) sorted by relevance
128 ASSERT_STR_EQ(pwd.username, pwd2.username); in TEST_IMPL()129 ASSERT_STR_EQ(pwd.shell, pwd2.shell); in TEST_IMPL()130 ASSERT_STR_EQ(pwd.homedir, pwd2.homedir); in TEST_IMPL()140 ASSERT_STR_EQ(pwd2.username, "qsecofr"); in TEST_IMPL()142 ASSERT_STR_EQ(pwd2.username, "root"); in TEST_IMPL()
38 ASSERT_STR_EQ(a, c); in TEST_IMPL()
106 ASSERT_STR_EQ(match, path); in TEST_IMPL()
221 #define ASSERT_STR_EQ(a, b) \ macro
154 ASSERT_STR_EQ(pipe_server.pipe_fname, TEST_PIPENAME); in TEST_IMPL()
Completed in 9 milliseconds