| |
|
| org.openide.filesystems.ReadOnlyFSTest org.openide.filesystems.FSTest org.openide.filesystems.localfs.LocalFSTest
LocalFSTest | public class LocalFSTest extends FSTest implements DataManager(Code) | | Test class for LocalFileSystem. All tests are inherited, this class only
sets up operation environment - creates files, mounts filesystem, ...
|
Inner Class :final static class PaddingMaker | |
Inner Class :final static class StringResult | |
localFS | protected LocalFileSystem localFS(Code) | | |
LocalFSTest | public LocalFSTest(String name)(Code) | | Creates new DataGenerator
|
createDataDescriptor | public DataDescriptor createDataDescriptor()(Code) | | Called before setUp()
|
createFiles | public static File createFiles(int foCount, int foBase, File destRoot) throws Exception(Code) | | Creates a given number of files in a given folder (actually in a subfolder)
|
getPackage | final public static String getPackage(int base)(Code) | | |
getPackageSysDep | final public static String getPackageSysDep(int base)(Code) | | |
getResource | final public static String getResource(int base)(Code) | | |
setUpData | public void setUpData(DataDescriptor ddesc) throws Exception(Code) | | Called before setUp()
|
setUpFileObjects | protected FileObject[] setUpFileObjects(int foCount) throws Exception(Code) | | Set up given number of FileObjects
|
tearDownData | public void tearDownData() throws Exception(Code) | | Called after tearDown()
|
tearDownFileObjects | protected void tearDownFileObjects(FileObject[] fos) throws Exception(Code) | | Delete mnt
|
|
|
|