Java Doc for ReadOnlyFSTest.java in  » IDE-Netbeans » core » org » openide » filesystems » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Netbeans » core » org.openide.filesystems 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.openide.filesystems.ReadOnlyFSTest

All known Subclasses:   org.openide.filesystems.FSTest,  org.openide.filesystems.xmlfs.XMLFSTest,
ReadOnlyFSTest
abstract public class ReadOnlyFSTest extends MapArgBenchmark (Code)
ReadOnlyFSTest is a base class for FileSystem tests. It defines a lot of methods that exploit interface of the FileSystem class, note, however, that it uses only operations that do not change state of the FileSystem.


Field Summary
final public static  StringFILE_NO_KEY
    
protected  FileObject[]files
    
protected  intfoCount
    
protected  intiterations
    
protected  String[][]pairs
    
protected  int[]perm
    

Constructor Summary
public  ReadOnlyFSTest(String name)
    
public  ReadOnlyFSTest(String name, Object[] args)
    

Method Summary
public  voidcleanUpAttributes(FileObject[] files)
    
protected  Map[]createArguments()
    
protected  MapcreateDefaultMap()
    
public static  FilecreateTempFolder()
    
public static  voiddelete(File folder)
    
final public static  int[]fillIntArray(int[] arr)
    
final public static  String[][]generateRandomStrings(String[][] arr)
    
protected  voidsetUp()
    
abstract protected  FileObject[]setUpFileObjects(int foCount)
    
final public static  int[]shuffleIntArray(int[] arr)
    
protected  voidtearDown()
    
abstract protected  voidtearDownFileObjects(FileObject[] fos)
    
public  voidtestGetAttributesRnd()
     Gets all attributes for all FileObjects (their no.
public  voidtestGetAttributesSeq()
     Gets all attributes for all FileObjects (their no.

Field Detail
FILE_NO_KEY
final public static String FILE_NO_KEY(Code)



files
protected FileObject[] files(Code)
FileObjects for given run



foCount
protected int foCount(Code)
number of files for given run



iterations
protected int iterations(Code)
iterations for given run



pairs
protected String[][] pairs(Code)
String attrs for given run



perm
protected int[] perm(Code)
Gives permutation




Constructor Detail
ReadOnlyFSTest
public ReadOnlyFSTest(String name)(Code)
Creates new Tests



ReadOnlyFSTest
public ReadOnlyFSTest(String name, Object[] args)(Code)
Creates new Tests




Method Detail
cleanUpAttributes
public void cleanUpAttributes(FileObject[] files) throws Exception(Code)
Remove all attributes for given files



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



createTempFolder
public static File createTempFolder() throws IOException(Code)
Creates temporary folder with a random name



delete
public static void delete(File folder) throws Exception(Code)
Deletes (recursively) a folder



fillIntArray
final public static int[] fillIntArray(int[] arr)(Code)
Fills in an array of ints so that arr[i] == i



generateRandomStrings
final public static String[][] generateRandomStrings(String[][] arr)(Code)
Generates random String pairs



setUp
protected void setUp() throws Exception(Code)
inherited; sets up env



setUpFileObjects
abstract protected FileObject[] setUpFileObjects(int foCount) throws Exception(Code)
Set up given number of FileObjects



shuffleIntArray
final public static int[] shuffleIntArray(int[] arr)(Code)
Shuffles an int array so that arr[i] == i is not very likely



tearDown
protected void tearDown() throws Exception(Code)
Shuts down this test



tearDownFileObjects
abstract protected void tearDownFileObjects(FileObject[] fos) throws Exception(Code)
Disposes given FileObjects



testGetAttributesRnd
public void testGetAttributesRnd() throws IOException(Code)
Gets all attributes for all FileObjects (their no. given by the parameter). Attributes are acquired randomly.



testGetAttributesSeq
public void testGetAttributesSeq() throws IOException(Code)
Gets all attributes for all FileObjects (their no. given by the parameter). Attributes are acquired sequentially.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.