Searched refs:foundKeys (Results 1 – 3 of 3) sorted by relevance
186 final LinkedHashSet<String> foundKeys = new LinkedHashSet<String>(); in testBasic() local187 check(tests, foundKeys, Datasubtype.regular, Datasubtype.unknown); in testBasic()190 missing.removeAll(foundKeys); in testBasic()
183 final LinkedHashSet<String> foundKeys = new LinkedHashSet<String>(); in testBasic() local184 check(tests, foundKeys, Datasubtype.regular, Datasubtype.unknown); in testBasic()187 missing.removeAll(foundKeys); in testBasic()
443 Set<Integer> foundKeys = Sets.newHashSet(); in testAsMapKeySet() local445 foundKeys.add(current); in testAsMapKeySet()448 assertEquals(ImmutableSet.of(20, 5), foundKeys); in testAsMapKeySet()