Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java252 CustomerAB_MapValue customerAB_mapValue = new CustomerAB_MapValue(); in testAB_asMapValue() local
260 customerAB_mapValue.aAll = all; in testAB_asMapValue()
261 customerAB_mapValue.bGeneralMap = generalMap; in testAB_asMapValue()
264 String dump = yaml.dump(customerAB_mapValue); in testAB_asMapValue()