| |
|
| org.openide.filesystems.ReadOnlyFSTest org.openide.filesystems.FSTest
All known Subclasses: org.openide.filesystems.localfs.LocalFSTest, org.openide.filesystems.multifs.MultiXMLFSTest,
FSTest | abstract public class FSTest extends ReadOnlyFSTest (Code) | | FSTest is a base class for FileSystem tests. It defines a lot of methods that
exploit interface of the FileSystem class. It tests operations that change
state of a FileSystem.
|
ATTRIBUTES_NO_KEY | final public static String ATTRIBUTES_NO_KEY(Code) | | |
attrsCount | protected int attrsCount(Code) | | number of attributes (taken into account) for given run
|
createArguments | protected Map[] createArguments()(Code) | | Creates arguments for this instance of Benchmark (not for given configuration)
|
createDefaultMap | protected Map createDefaultMap()(Code) | | Creates a Map with default arguments values
|
postSetup | protected void postSetup() throws Exception(Code) | | Hook for operations right after the setup
|
tearDownFileObjects | protected void tearDownFileObjects(FileObject[] fos) throws Exception(Code) | | Disposes given FileObjects
|
testSetManyAttributesRnd | public void testSetManyAttributesRnd() throws IOException(Code) | | Sets many random attributes for all FileObjects (their no. given by the
parameter). Attributes are added randomly.
|
testSetManyAttributesSeq | public void testSetManyAttributesSeq() throws IOException(Code) | | Sets many random attributes for all FileObjects (their no. given by the
parameter). Attributes are added sequentially.
|
testSetOneAttributeRnd | public void testSetOneAttributeRnd() throws IOException(Code) | | Sets one random attribute for all FileObjects (their no. given by the
parameter). Attributes are added randomly.
|
testSetOneAttributeSeq | public void testSetOneAttributeSeq() throws IOException(Code) | | Sets one random attribute for all FileObjects (their no. given by the
parameter). Attributes are added sequentially.
|
|
|
|