Searched refs:expect_str (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/browseui/ |
H A D | autocomplete.c | 215 #define expect_str(obj, str) \ macro 285 expect_str(obj, "a"); in test_ACLMulti() 286 expect_str(obj, "c"); in test_ACLMulti() 287 expect_str(obj, "e"); in test_ACLMulti() 288 expect_str(obj, "a"); in test_ACLMulti() 289 expect_str(obj, "b"); in test_ACLMulti() 290 expect_str(obj, "d"); in test_ACLMulti() 351 expect_str(obj, "a"); in test_ACLMulti() 352 expect_str(obj, "b"); in test_ACLMulti() 353 expect_str(obj, "d"); in test_ACLMulti()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | tab.c | 38 #define expect_str(expected, got)\ macro 914 expect_str("New Label", tcItem.pszText); in test_getset_item() 917 expect_str("Tab 2", tcItem.pszText); in test_getset_item()
|