Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/examples/
DDiceExampleTest.java68 class DiceConstructor extends Constructor { class in DiceExampleTest
69 public DiceConstructor() { in DiceConstructor() method in DiceExampleTest.DiceConstructor
86 Yaml yaml = new Yaml(new DiceConstructor()); in testConstructor()
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()