Searched refs:iterableSection (Results 1 – 2 of 2) sorted by relevance
305 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestMap() local307 while (iterableSection.hasNext()) { in getTestMap()308 addTestCase(iterableSection, testCaseMap); in getTestMap()
294 Iterator<CellLayoutTestCaseReader.TestSection> iterableSection = in getTestCases() local296 while (iterableSection.hasNext()) { in getTestCases()297 cases.add(ReorderAlgorithmUnitTestCase.readNextCase(iterableSection)); in getTestCases()