Searched refs:foundKeys (Results 1 – 3 of 3) sorted by relevance
175 final LinkedHashSet<String> foundKeys = new LinkedHashSet<String>(); in testBasic() local176 check(tests, foundKeys, Datasubtype.regular, Datasubtype.unknown); in testBasic()179 missing.removeAll(foundKeys); in testBasic()
176 final LinkedHashSet<String> foundKeys = new LinkedHashSet<String>(); in testBasic() local177 check(tests, foundKeys, Datasubtype.regular, Datasubtype.unknown); in testBasic()180 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()