Java Doc for RunList.java in  » Database-DBMS » db-derby-10.2 » org » apache » derbyTesting » functionTests » harness » 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 » Database DBMS » db derby 10.2 » org.apache.derbyTesting.functionTests.harness 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.derbyTesting.functionTests.harness.RunList

RunList
public class RunList (Code)


Field Summary
static  Stringbootcp
    
static  Stringcanondir
    
static  Stringclasspath
    
static  StringclasspathServer
    
static  String[]clientExclusionKeywords
    
static  StringclientExclusionMessage
    
static  StringderbyTestingXaSingle
    
static  booleandriverNotFound
    
static  Stringencryption
    
static  StringexcludeJCC
    
static  booleanexcludedFromJCC
    
static  Stringframework
    
static  StringfullsuiteName
    
static  booleanfw_set
    
static  StringhostName
    
static  StringijdefaultResourcePackage
    
static  intimajor
    
static  intiminor
    
static  Stringjarfile
    
static  StringjavaArgs
    
static  StringjavaCmd
    
static  StringjavaVersion
    
static  Stringjdk12exttest
    
static  Stringjdk12test
    
static  Stringjversion
    
static  jvmjvm
    
static  StringjvmName
    
static  Stringjvmflags
    
static  Stringkeepfiles
    
static  StringmajorVersion
    
static  StringminorVersion
    
static  Stringmtestdir
    
static  booleanneedEncryption
    
static  BooleanneedIBMjvm
    
static  booleanneedJdk12
    
static  booleanneedJdk12ext
    
static  booleanneedSync
    
static  StringotherSpecialProps
    
static  FileoutDir
    
static  FileoutFile
    
static  Stringoutcopy
    
static  Stringoutputdir
    
static  PrintWriterpwOut
    
static  Stringreportstderr
    
static  FilerunDir
    
static  FilerunFile
    
static  BufferedReaderrunlistFile
    
static  Stringrunwithibmjvm
    
static  Stringrunwithj9
    
static  Stringrunwithjvm
    
static  StringserverJvm
    
static  StringserverJvmName
    
static  Stringshutdownurl
    
static  booleanskip
    
static  Stringskipsed
    
static  PropertiesspecialProperties
    
static  StringsuiteName
    
static  PropertiessuiteProperties
    
static  Stringsystemdiff
    
static  StringtestEncoding
    
static  StringtestEncryptionAlgorithm
    
static  StringtestEncryptionProvider
    
static  StringtestJavaFlags
    
static  Stringtimeout
    
static  StringtopParentSuite
    
static  StringtopSpecialProps
    
static  StringtopSuiteName
    
static  Stringtopreportdir
    
static  Stringtopsuitedir
    
static  Stringupgradejarpath
    
static  Stringupgradetest
    
static  Stringuseoutput
    
static  booleanuseprocess
    
static  Stringuserdir
    
static  Stringusesystem
    
static  booleanverbose
    

Constructor Summary
public  RunList()
    
public  RunList(Vector suitesToRun, File runDir, File outDir, PrintWriter pwOut, Properties suiteProperties, Properties specialProperties, String topParentSuite)
    

Method Summary
static  voidaddToSkipFile(String suiteName, PrintStream ps)
    
public static  voidcheckClientExclusion(String exclusion, String clientName, int clientMajor, int clientMinor, String javaVersion)
    
public static  PropertieslocateSuiteProperties(String suiteName, Properties parentProps, boolean isParent, boolean isTop)
    
public static  voidsetSuiteDir(String suiteName, boolean isParent, boolean isTop)
    

Field Detail
bootcp
static String bootcp(Code)



canondir
static String canondir(Code)



classpath
static String classpath(Code)



classpathServer
static String classpathServer(Code)



clientExclusionKeywords
static String[] clientExclusionKeywords(Code)



clientExclusionMessage
static String clientExclusionMessage(Code)



derbyTestingXaSingle
static String derbyTestingXaSingle(Code)



driverNotFound
static boolean driverNotFound(Code)



encryption
static String encryption(Code)



excludeJCC
static String excludeJCC(Code)



excludedFromJCC
static boolean excludedFromJCC(Code)



framework
static String framework(Code)



fullsuiteName
static String fullsuiteName(Code)



fw_set
static boolean fw_set(Code)



hostName
static String hostName(Code)



ijdefaultResourcePackage
static String ijdefaultResourcePackage(Code)



imajor
static int imajor(Code)



iminor
static int iminor(Code)



jarfile
static String jarfile(Code)



javaArgs
static String javaArgs(Code)



javaCmd
static String javaCmd(Code)



javaVersion
static String javaVersion(Code)



jdk12exttest
static String jdk12exttest(Code)



jdk12test
static String jdk12test(Code)



jversion
static String jversion(Code)



jvm
static jvm jvm(Code)



jvmName
static String jvmName(Code)



jvmflags
static String jvmflags(Code)



keepfiles
static String keepfiles(Code)



majorVersion
static String majorVersion(Code)



minorVersion
static String minorVersion(Code)



mtestdir
static String mtestdir(Code)



needEncryption
static boolean needEncryption(Code)



needIBMjvm
static Boolean needIBMjvm(Code)



needJdk12
static boolean needJdk12(Code)



needJdk12ext
static boolean needJdk12ext(Code)



needSync
static boolean needSync(Code)



otherSpecialProps
static String otherSpecialProps(Code)



outDir
static File outDir(Code)



outFile
static File outFile(Code)



outcopy
static String outcopy(Code)



outputdir
static String outputdir(Code)



pwOut
static PrintWriter pwOut(Code)



reportstderr
static String reportstderr(Code)



runDir
static File runDir(Code)



runFile
static File runFile(Code)



runlistFile
static BufferedReader runlistFile(Code)



runwithibmjvm
static String runwithibmjvm(Code)



runwithj9
static String runwithj9(Code)



runwithjvm
static String runwithjvm(Code)



serverJvm
static String serverJvm(Code)



serverJvmName
static String serverJvmName(Code)



shutdownurl
static String shutdownurl(Code)



skip
static boolean skip(Code)



skipsed
static String skipsed(Code)



specialProperties
static Properties specialProperties(Code)



suiteName
static String suiteName(Code)



suiteProperties
static Properties suiteProperties(Code)



systemdiff
static String systemdiff(Code)



testEncoding
static String testEncoding(Code)



testEncryptionAlgorithm
static String testEncryptionAlgorithm(Code)



testEncryptionProvider
static String testEncryptionProvider(Code)



testJavaFlags
static String testJavaFlags(Code)



timeout
static String timeout(Code)



topParentSuite
static String topParentSuite(Code)



topSpecialProps
static String topSpecialProps(Code)



topSuiteName
static String topSuiteName(Code)



topreportdir
static String topreportdir(Code)



topsuitedir
static String topsuitedir(Code)



upgradejarpath
static String upgradejarpath(Code)



upgradetest
static String upgradetest(Code)



useoutput
static String useoutput(Code)



useprocess
static boolean useprocess(Code)



userdir
static String userdir(Code)



usesystem
static String usesystem(Code)



verbose
static boolean verbose(Code)




Constructor Detail
RunList
public RunList()(Code)



RunList
public RunList(Vector suitesToRun, File runDir, File outDir, PrintWriter pwOut, Properties suiteProperties, Properties specialProperties, String topParentSuite) throws ClassNotFoundException, IOException, Exception(Code)
RunList suitesToRun: a Vector of suites from RunSuite outDir: The output directory for the suite(s) pwOut: The output for writing suite and test results suiteProperties: From RunSuite for the top suite (individual suites in the vector may have their own properties which must also be located and applied)




Method Detail
addToSkipFile
static void addToSkipFile(String suiteName, PrintStream ps) throws IOException(Code)



checkClientExclusion
public static void checkClientExclusion(String exclusion, String clientName, int clientMajor, int clientMinor, String javaVersion) throws Exception(Code)



locateSuiteProperties
public static Properties locateSuiteProperties(String suiteName, Properties parentProps, boolean isParent, boolean isTop) throws ClassNotFoundException, IOException, Exception(Code)
Locate the suite's properties file



setSuiteDir
public static void setSuiteDir(String suiteName, boolean isParent, boolean isTop) throws IOException(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

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