Searched refs:Blog (Results 1 – 12 of 12) sorted by relevance
31 Blog original = createTestBlog(); in testYaml()38 Blog rehydrated = blogLoader.loadAs(serialized, Blog.class); in testYaml()53 beanLoader.loadAs(Util.getLocalResource("issues/issue55_1.txt"), Blog.class); in testYamlFailure()63 Blog original = createTestBlog(); in testYamlDefaultWithFeildAccess()66 Blog rehydrated = (Blog) yaml.load(serialized); in testYamlDefaultWithFeildAccess()83 protected Blog createTestBlog() { in createTestBlog()86 Blog blog = new Blog(); in createTestBlog()92 protected void checkTestBlog(Blog blog) { in checkTestBlog()
21 class Blog { class24 public Blog() { in Blog() method in Blog
33 Blog blog = new Blog("Test Me!"); in testDump()55 Blog blog = (Blog) yaml.load(doc); in testLoad()70 Blog rehydrated = beanLoader.loadAs(serialized, Blog.class); in testYaml()74 protected void checkTestBlog(Blog blog) { in checkTestBlog()
73 private Blog createBlog() { in createBlog()74 Blog blog = new Blog("Test Me!"); in createBlog()90 Blog blog = (Blog) yamlLoader.load(doc); in check()
22 public class Blog { class29 public Blog() { in Blog() method in Blog33 public Blog(String name) { in Blog() method in Blog
42 Blog rehydrated = (Blog) yaml2.load(serialized); in testYaml()52 protected void checkTestBlog(Blog blog) { in checkTestBlog()
20 public class Blog { class
1 !!org.yaml.snakeyaml.issues.issue55.Blog
1 !!org.yaml.snakeyaml.issues.issue73.Blog
58 - Blog post?