Searched refs:addPost (Results 1 – 6 of 6) sorted by relevance
75 blog.addPost(new Post("Title1", "text 1")); in createBlog()76 blog.addPost(new Post("Title2", "text text 2")); in createBlog()
34 blog.addPost(new Post("Title1", "text 1")); in testDump()35 blog.addPost(new Post("Title2", "text text 2")); in testDump()
37 public void addPost(Post p) { in addPost() method in Blog
87 blog.addPost(post1); in createTestBlog()88 blog.addPost(post2); in createTestBlog()
27 public void addPost(Post p) { in addPost() method in Blog
23 public void addPost(Post p) { in addPost() method in Blog