Searched defs:testCaseMap (Results 1 – 1 of 1) sorted by relevance
202 private boolean runTestCaseMap(Map<Point, ReorderTestCase> testCaseMap, String testName) { in runTestCaseMap()215 private void runTestCaseMapForAllGrids(Map<Point, ReorderTestCase> testCaseMap, in runTestCaseMapForAllGrids()290 Map<Point, ReorderTestCase> testCaseMap) { in addTestCase()304 Map<Point, ReorderTestCase> testCaseMap = new HashMap<>(); in getTestMap() local