Searched refs:beanDumper (Results 1 – 3 of 3) sorted by relevance
51 Yaml beanDumper = new Yaml(); in testDump1() local52 String yaml = beanDumper.dumpAsMap(house); in testDump1()61 String yaml3 = beanDumper.dumpAsMap(loadedHouse); in testDump1()83 Yaml beanDumper = new Yaml(); in testDump3() local84 String yaml = beanDumper.dumpAsMap(house); in testDump3()107 String yaml3 = beanDumper.dumpAsMap(loadedHouse); in testDump3()131 Yaml beanDumper = new Yaml(options); in testDump2() local132 String yaml = beanDumper.dump(house); in testDump2()141 String yaml3 = beanDumper.dump(loadedHouse); in testDump2()
30 Yaml beanDumper = new Yaml(); in testGetTriangle() local31 String output = beanDumper.dumpAsMap(bean); in testGetTriangle()
131 Yaml beanDumper = new Yaml(); in testChildren() local132 String output = beanDumper.dumpAsMap(son); in testChildren()204 Yaml beanDumper = new Yaml(options); in testChildrenPretty() local205 String output = beanDumper.dump(son); in testChildrenPretty()626 Yaml beanDumper = new Yaml(); in testChildrenWithoutRootTag() local627 String output = beanDumper.dumpAsMap(son); in testChildrenWithoutRootTag()