Searched refs:testCaseMap (Results 1 – 1 of 1) sorted by relevance
202 private boolean runTestCaseMap(Map<Point, ReorderTestCase> testCaseMap, String testName) { in runTestCaseMap() argument205 if (!testCaseMap.containsKey(iconGridDimensions)) { in runTestCaseMap()210 runTestCase(testCaseMap.get(iconGridDimensions)); in runTestCaseMap()215 private void runTestCaseMapForAllGrids(Map<Point, ReorderTestCase> testCaseMap, in runTestCaseMapForAllGrids() argument221 runAtLeastOnce |= runTestCaseMap(testCaseMap, testName); in runTestCaseMapForAllGrids()290 Map<Point, ReorderTestCase> testCaseMap) { in addTestCase() argument299 testCaseMap.put(endBoard.gridSize, in addTestCase()304 Map<Point, ReorderTestCase> testCaseMap = new HashMap<>(); in getTestMap() local308 addTestCase(iterableSection, testCaseMap); in getTestMap()310 return testCaseMap; in getTestMap()