| |
|
| org.apache.roller.business.BookmarkTest
BookmarkTest | public class BookmarkTest extends TestCase (Code) | | Test Roller Bookmark Management.
|
log | public static Log log(Code) | | |
setUp | public void setUp() throws Exception(Code) | | All tests in this suite require a user and a weblog.
|
suite | public static Test suite()(Code) | | |
testAddBookmarkToFolder | public void testAddBookmarkToFolder() throws Exception(Code) | | |
testMoveFolderContents | public void testMoveFolderContents() throws Exception(Code) | | Creates folder tree like this:
root/
dest/
f1/
b1
f2/
f3/
|
testPaths | public void testPaths() throws Exception(Code) | | Test bookmark folder paths.
|
testUniquenessOfFolderNames | public void testUniquenessOfFolderNames() throws Exception(Code) | | Ensure that duplicate folder name will throw RollerException
|
|
|
|