Searched refs:ok_eq_wstr (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/kmtests/novp_fsrtl/ |
H A D | FsRtlRemoveDotsFromPath.c | 52 ok_eq_wstr(TestString.Buffer, L"\\"); in START_TEST() 57 ok_eq_wstr(TestString.Buffer, L"\\dir1\\dir3\\file.txt"); in START_TEST()
|
/reactos/modules/rostests/apitests/version/ |
H A D | VerQueryValue.c | 260 ok_eq_wstr((WCHAR*)pvData, L"ReactOS Project"); in Test_StaticVersionInfo() 270 ok_eq_wstr((WCHAR*)pvData, L""); in Test_StaticVersionInfo() 280 ok_eq_wstr((WCHAR*)pvData, L""); in Test_StaticVersionInfo()
|
/reactos/modules/rostests/kmtests/example/ |
H A D | Example.c | 34 ok_eq_wstr(L"ABC", L"DEF"); in START_TEST()
|
/reactos/modules/rostests/apitests/include/ |
H A D | apitest.h | 65 #define ok_eq_wstr(value, expected) ok(!wcscmp(value, expected), #value " = \"%ls\", expect… macro
|
/reactos/modules/rostests/kmtests/rtl/ |
H A D | RtlRegistry.c | 54 ok_eq_wstr(ValueName, Expected->ValueName); in QueryRoutine()
|
/reactos/modules/rostests/kmtests/include/ |
H A D | kmt_test.h | 264 #define ok_eq_wstr(value, expected) ok(!wcscmp(value, expected), #value " = \"%ls\", expect… macro
|