Searched refs:rootData (Results 1 – 2 of 2) sorted by relevance
35 IcuData rootData = new IcuData("root", true); in testEmpty() local36 CollationMapper.process(rootData, cldrData(), Optional.empty(), CLDR_VERSION); in testEmpty()37 assertThat(rootData).hasName("root"); in testEmpty()38 assertThat(rootData).hasFallback(true); in testEmpty()39 assertThat(rootData).getPaths().hasSize(2); in testEmpty()40 assertThat(rootData).hasValuesFor("/collations/standard/Version", CLDR_VERSION); in testEmpty()41 assertThat(rootData).hasEmptyValue("/collations/standard/Sequence"); in testEmpty()
7 constructor(rootData) { argument12 this.loadTrustedRoot(rootData);