Lines Matching refs:expectedStr
511 UnicodeString expectedStr("");512 expectedStr=expectedStr + expected;513 if(got != expectedStr ) {514 errln((UnicodeString)"ERROR: " + message + got + (UnicodeString)" Expected : " + expectedStr);