Home
last modified time | relevance | path

Searched full:someitem1 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue337/
H A DDuplicateKeyTest.java155 testdata.getMap().get("someitem1").getId()); in defaultConfigUniqueKeysWorks()
170 testdata.getMap().get("someitem1").getId()); in noDuplicatesConfigMutablePostChange()
173 testdata.getMap().put("someitem1", new FooEntry("AnotherEntry", "AnotherURL")); in noDuplicatesConfigMutablePostChange()
/aosp_15_r20/external/snakeyaml/src/test/resources/issues/
H A Dissue337-duplicate-keys-javabean-property.yaml6 someitem1: !!org.yaml.snakeyaml.issues.issue337.DuplicateKeyTest$FooEntry
H A Dissue337-duplicate-keys-no-dups.yaml3 someitem1: !!org.yaml.snakeyaml.issues.issue337.DuplicateKeyTest$FooEntry