Home
last modified time | relevance | path

Searched refs:rootPaths (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java48 HashSet<String> rootPaths = new HashSet<String>(); in VerifyEnglishVsRoot() local
49 testInfo.getRoot().forEach(rootPaths::add); in VerifyEnglishVsRoot()
52 englishPaths.removeAll(rootPaths); in VerifyEnglishVsRoot()
DTestAnnotations.java415 …ImmutableSet<String> rootPaths = ImmutableSortedSet.copyOf(factoryAnnotations.make("root", false).… in testSuperfluousAnnotationPaths() local
420 Set<String> superfluous2 = setDifference(rootPaths, englishPaths); in testSuperfluousAnnotationPaths()
433 Set<String> superfluous = setDifference(currentPaths, rootPaths); in testSuperfluousAnnotationPaths()