Searched refs:rootPaths (Results 1 – 2 of 2) sorted by relevance
48 HashSet<String> rootPaths = new HashSet<String>(); in VerifyEnglishVsRoot() local49 testInfo.getRoot().forEach(rootPaths::add); in VerifyEnglishVsRoot()52 englishPaths.removeAll(rootPaths); in VerifyEnglishVsRoot()
415 …ImmutableSet<String> rootPaths = ImmutableSortedSet.copyOf(factoryAnnotations.make("root", false).… in testSuperfluousAnnotationPaths() local420 Set<String> superfluous2 = setDifference(rootPaths, englishPaths); in testSuperfluousAnnotationPaths()433 Set<String> superfluous = setDifference(currentPaths, rootPaths); in testSuperfluousAnnotationPaths()