Searched refs:verifyMap (Results 1 – 1 of 1) sorted by relevance
84 Map<Long, Long> verifyMap = new HashMap<>(); in runTest() local87 verifyMap.put(id, id); in runTest()90 Assert.assertEquals(verifyMap.size(), threadCount); in runTest()