Searched refs:testRunEntityMap (Results 1 – 2 of 2) sorted by relevance
267 Map<Long, TestRunEntity> testRunEntityMap = new HashMap<>(); in getCoverageDispatcher() local274 testRunEntityMap.put(entry.getValue().getId(), entry.getValue()); in getCoverageDispatcher()292 TestRunEntity testRunEntity = testRunEntityMap.get(entry.getKey()); in getCoverageDispatcher()313 request.setAttribute("testRunEntityList", testRunEntityMap.values()); in getCoverageDispatcher()
449 Map<com.googlecode.objectify.Key<TestRunEntity>, TestRunEntity> testRunEntityMap = in insertTestPlanReport() local459 for (TestRunEntity testRunEntity : testRunEntityMap.values()) { in insertTestPlanReport()