Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
DRepresentTest.java66 this.representers.put(CustomBean.class, new RepresentDice()); in MyRepresenter()
69 private class RepresentDice implements Represent { class in RepresentTest.MyRepresenter
/external/snakeyaml/src/test/java/examples/
DDiceExampleTest.java56 this.representers.put(Dice.class, new RepresentDice()); in DiceRepresenter()
59 private class RepresentDice implements Represent { class in DiceExampleTest.DiceRepresenter