Searched refs:nextMatch (Results 1 – 1 of 1) sorted by relevance
2283 int nextMatch = 0; in checkSchemas() local2292 if (nextMatch < expected.length) { in checkSchemas()2293 if (expected[nextMatch].equals(schema)) nextMatch++; in checkSchemas()2297 assertEquals("Schemas missing ", expected.length, nextMatch); in checkSchemas()