Home | History | Annotate | Download | only in intltest

Lines Matching refs:expected

36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); }
37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); }
38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); }
40 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (UnicodeString)u_errorName(actual) + (UnicodeString)" instead of " + (UnicodeString)u_errorName(expected)); }
328 UnicodeString expected;
354 expected=element;
357 expected+=itoa(row, buf);
362 expected=element;
365 expected+=itoa(row, buf);
366 expected+=itoa(col, buf);
368 CONFIRM_EQ(got, expected);
378 CONFIRM_EQ(got, expected);
479 errln("Construction of default resourcebundle didn't take the defaultlocale. Expected %s Got %s err=%s\n",
539 UnicodeString expected;
566 expected=element;
569 expected+=itoa(row, buf);
574 expected=element;
580 expected+=itoa(row, buf);
581 expected+=itoa(col, buf);
583 CONFIRM_EQ(got, expected);
584 CONFIRM_EQ(bla, expected);
585 CONFIRM_EQ(bla2, expected);
595 CONFIRM_EQ(got, expected);
1017 UChar expected[] = { 'a','b','c','\0','d','e','f' };
1055 if(zeroString[i]!= expected[i]){
1056 logln("Output didnot match Expected: \\u%4X Got: \\u%4X", expected[i], zeroString[i]);
1139 errln("Did not get the expected string for testescape expected. Expected : "
1151 errln("Did not get the expected string for test_underscores.\n");