| org.apache.roller.business.CommentTest
CommentTest | public class CommentTest extends TestCase (Code) | | Test Comment related business operations.
That includes:
|
Method Summary | |
public void | setUp() All tests in this suite require a user, weblog, and an entry. | public static Test | suite() | public void | tearDown() | public void | testCommentCRUD() Test basic persistence operations ... | public void | testCommentLookups() Test lookup mechanisms ... |
log | public static Log log(Code) | | |
setUp | public void setUp() throws Exception(Code) | | All tests in this suite require a user, weblog, and an entry.
|
suite | public static Test suite()(Code) | | |
testCommentCRUD | public void testCommentCRUD() throws Exception(Code) | | Test basic persistence operations ... Create, Update, Delete
|
testCommentLookups | public void testCommentLookups() throws Exception(Code) | | Test lookup mechanisms ...
|
|
|