Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-get-passwd.c128 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()
H A Dtest-test-macros.c38 ASSERT_STR_EQ(a, c); in TEST_IMPL()
H A Dtest-get-currentexe.c106 ASSERT_STR_EQ(match, path); in TEST_IMPL()
H A Dtask.h221 #define ASSERT_STR_EQ(a, b) \ macro
H A Dtest-pipe-getsockname.c154 ASSERT_STR_EQ(pipe_server.pipe_fname, TEST_PIPENAME); in TEST_IMPL()

Completed in 10 milliseconds