Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/examples/
DDiceExampleTest.java49 Yaml yaml = new Yaml(new DiceRepresenter(), new DumperOptions()); in testDiceRepresenter()
54 class DiceRepresenter extends Representer { class in DiceExampleTest
55 public DiceRepresenter() { in DiceRepresenter() method in DiceExampleTest.DiceRepresenter
95 Yaml yaml = new Yaml(new DiceConstructor(), new DiceRepresenter()); in testImplicitResolver()
112 Yaml yaml = new Yaml(new DiceConstructor(), new DiceRepresenter()); in testImplicitResolverWithNull()
149 Yaml yaml = new Yaml(new DiceConstructor(), new DiceRepresenter()); in testImplicitResolverJavaBean()