Searched defs:CHECK_EQUAL_I (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstGuid.cpp51 #define CHECK_EQUAL_I(iRes, iExpect) \ macro
/vbox/src/VBox/Runtime/testcase/
H A DtstIprtMiniString.cpp71 #define CHECK_EQUAL_I(iRes, iExpect) \ macro
264 CHECK_EQUAL_I(strTest.find("f"), 5);
265 CHECK_EQUAL_I(strTest.find("f", 0), 5);
266 CHECK_EQUAL_I(strTest.find("f", 3), 5);
267 CHECK_EQUAL_I(strTest.find("f", 6), 14);
268 CHECK_EQUAL_I(strTest.find("f", 9), 14);
269 CHECK_EQUAL_I(strTest.substr(pos).find("d"), 6);

Completed in 42 milliseconds