Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/examples/
DSelectiveConstructorTest.java32 class SelectiveConstructor extends Constructor { class in SelectiveConstructorTest
33 public SelectiveConstructor() { in SelectiveConstructor() method in SelectiveConstructorTest.SelectiveConstructor
56 Yaml yaml = new Yaml(new SelectiveConstructor()); in testConstructor()