Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHuman_WithArrayOfChildrenTest.java146 TypeDescription HumanWithChildrenArrayDescription = new TypeDescription( in testChildrenArray() local
148 HumanWithChildrenArrayDescription.putListPropertyType("children", in testChildrenArray()
150 constructor.addTypeDescription(HumanWithChildrenArrayDescription); in testChildrenArray()
173 TypeDescription HumanWithChildrenArrayDescription = new TypeDescription( in testParseChildrenArrayWithoutRootTag() local
175 HumanWithChildrenArrayDescription.putListPropertyType("children", in testParseChildrenArrayWithoutRootTag()
177 constructor.addTypeDescription(HumanWithChildrenArrayDescription); in testParseChildrenArrayWithoutRootTag()