Home
last modified time | relevance | path

Searched refs:ok_eq_wstr (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/kmtests/novp_fsrtl/
H A DFsRtlRemoveDotsFromPath.c52 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 DVerQueryValue.c260 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 DExample.c34 ok_eq_wstr(L"ABC", L"DEF"); in START_TEST()
/reactos/modules/rostests/apitests/include/
H A Dapitest.h65 #define ok_eq_wstr(value, expected) ok(!wcscmp(value, expected), #value " = \"%ls\", expect… macro
/reactos/modules/rostests/kmtests/rtl/
H A DRtlRegistry.c54 ok_eq_wstr(ValueName, Expected->ValueName); in QueryRoutine()
/reactos/modules/rostests/kmtests/include/
H A Dkmt_test.h264 #define ok_eq_wstr(value, expected) ok(!wcscmp(value, expected), #value " = \"%ls\", expect… macro