| org.apache.roller.business.WeblogTest
WeblogTest | public class WeblogTest extends TestCase (Code) | | Test Weblog related business operations.
|
log | public static Log log(Code) | | |
setUp | public void setUp() throws Exception(Code) | | All tests in this suite require a user.
|
suite | public static Test suite()(Code) | | |
testRemoveLoadedWeblog | public void testRemoveLoadedWeblog() throws Exception(Code) | | Test that we can safely remove a fully loaded weblog.
That means a weblog with entries, categories, bookmarks, pings, etc.
|
testWeblogCRUD | public void testWeblogCRUD() throws Exception(Code) | | Test basic persistence operations ... Create, Update, Delete.
|
testWeblogLookups | public void testWeblogLookups() throws Exception(Code) | | Test lookup mechanisms.
|
|
|