Searched refs:yaml3 (Results 1 – 2 of 2) sorted by relevance
61 String yaml3 = beanDumper.dumpAsMap(loadedHouse); in testDump1() local62 assertEquals(yaml, yaml3); in testDump1()107 String yaml3 = beanDumper.dumpAsMap(loadedHouse); in testDump3() local108 assertEquals(yaml, yaml3); in testDump3()141 String yaml3 = beanDumper.dump(loadedHouse); in testDump2() local142 assertEquals(yaml, yaml3); in testDump2()
34 Yaml yaml3 = new Yaml(new Representer()); in testYamlDefaults() local35 assertSame(yaml3.constructor.getPropertyUtils(), yaml3.representer.getPropertyUtils()); in testYamlDefaults()