Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java101 CustomerAB customerAB = new CustomerAB(); in testAB() local
109 customerAB.aAll = all; in testAB()
110 customerAB.bGeneral = general; in testAB()
113 String dump = yaml.dump(customerAB); in testAB()
123 CustomerAB customerAB = new CustomerAB(); in testAB_Set() local
131 customerAB.aAll = all; in testAB_Set()
132 customerAB.bGeneral = general; in testAB_Set()
135 String dump = yaml.dump(customerAB); in testAB_Set()
145 CustomerAB customerAB = new CustomerAB(); in testABWithCustomTag() local
153 customerAB.aAll = all; in testABWithCustomTag()
[all …]