Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java274 CustomerAB_MapKey customerAB_mapKey = new CustomerAB_MapKey(); in testAB_asMapKey() local
282 customerAB_mapKey.aAll = all; in testAB_asMapKey()
283 customerAB_mapKey.bGeneralMap = generalMap; in testAB_asMapKey()
286 String dump = yaml.dump(customerAB_mapKey); in testAB_asMapKey()