public class FileUtilTest extends Object
| Constructor and Description |
|---|
FileUtilTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testCreateNewFile() |
void |
testCreateSymlink() |
void |
testDeleteEmptyTreeOk() |
void |
testDeleteFile() |
void |
testDeleteNotEmptyTreeNotOk() |
void |
testDeleteNotEmptyTreeNotOkButIgnoreFail() |
void |
testDeleteRecursive() |
void |
testDeleteRecursiveEmpty() |
void |
testDeleteRecursiveEmptyDirectoriesOnlyButIsFile() |
void |
testDeleteRecursiveEmptyNeedsToCheckFilesFirst() |
void |
testMkdir() |
void |
testMkdirs() |
void |
testRenameOverExistingEmptyDirectory() |
void |
testRenameOverExistingFile() |
void |
testRenameOverExistingNonEmptyDirectory() |
void |
testRenameOverNonExistingFile() |
public void testDeleteFile()
throws IOException
IOExceptionpublic void testDeleteRecursive()
throws IOException
IOExceptionpublic void testDeleteRecursiveEmpty()
throws IOException
IOExceptionpublic void testDeleteRecursiveEmptyNeedsToCheckFilesFirst()
throws IOException
IOExceptionpublic void testDeleteRecursiveEmptyDirectoriesOnlyButIsFile()
throws IOException
IOExceptionpublic void testMkdir()
throws IOException
IOExceptionpublic void testMkdirs()
throws IOException
IOExceptionpublic void testCreateNewFile()
throws IOException
IOExceptionpublic void testDeleteEmptyTreeOk()
throws IOException
IOExceptionpublic void testDeleteNotEmptyTreeNotOk()
throws IOException
IOExceptionpublic void testDeleteNotEmptyTreeNotOkButIgnoreFail()
throws IOException
IOExceptionpublic void testRenameOverNonExistingFile()
throws IOException
IOExceptionpublic void testRenameOverExistingFile()
throws IOException
IOExceptionpublic void testRenameOverExistingNonEmptyDirectory()
throws IOException
IOExceptionpublic void testRenameOverExistingEmptyDirectory()
throws IOException
IOExceptionpublic void testCreateSymlink()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.