Searched defs:checkArray (Results 1 – 2 of 2) sorted by relevance
470 protected static int checkArray(String msg, String array[], String expected[]) { in checkArray() method in TestFmwk518 protected static int checkArray(String msg, Locale array[], String expected[]) { in checkArray() method in TestFmwk538 protected static int checkArray(String msg, ULocale array[], String expected[]) { in checkArray() method in TestFmwk
194 …export function checkArray(caption: string, actual: readonly string[], expected: readonly string[]… function