| |
|
| org.apache.roller.business.FileManagerTest
FileManagerTest | public class FileManagerTest extends TestCase (Code) | | Test File Management business layer operations.
|
suite | public static Test suite()(Code) | | |
testCanSave | public void testCanSave() throws Exception(Code) | | Test FileManager.saveFile() checks.
This should test all conditions where a save should fail.
|
testDirectoryCRUD | public void testDirectoryCRUD() throws Exception(Code) | | Test simple directory create/delete.
|
testFileCRUD | public void testFileCRUD() throws Exception(Code) | | Test simple file save/delete.
|
testFilesInDirectoriesCRUD | public void testFilesInDirectoriesCRUD() throws Exception(Code) | | Test save/delete of files in a directory.
|
|
|
|