| java.lang.Object org.apache.derbyTesting.functionTests.harness.RunList
RunList | public class RunList (Code) | | |
Method Summary | |
static void | addToSkipFile(String suiteName, PrintStream ps) | public static void | checkClientExclusion(String exclusion, String clientName, int clientMajor, int clientMinor, String javaVersion) | public static Properties | locateSuiteProperties(String suiteName, Properties parentProps, boolean isParent, boolean isTop) | public static void | setSuiteDir(String suiteName, boolean isParent, boolean isTop) |
clientExclusionKeywords | static String[] clientExclusionKeywords(Code) | | |
clientExclusionMessage | static String clientExclusionMessage(Code) | | |
derbyTestingXaSingle | static String derbyTestingXaSingle(Code) | | |
driverNotFound | static boolean driverNotFound(Code) | | |
excludedFromJCC | static boolean excludedFromJCC(Code) | | |
fw_set | static boolean fw_set(Code) | | |
ijdefaultResourcePackage | static String ijdefaultResourcePackage(Code) | | |
needEncryption | static boolean needEncryption(Code) | | |
needJdk12 | static boolean needJdk12(Code) | | |
needJdk12ext | static boolean needJdk12ext(Code) | | |
needSync | static boolean needSync(Code) | | |
testEncryptionAlgorithm | static String testEncryptionAlgorithm(Code) | | |
testEncryptionProvider | static String testEncryptionProvider(Code) | | |
useprocess | static boolean useprocess(Code) | | |
verbose | static boolean verbose(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)
|
checkClientExclusion | public static void checkClientExclusion(String exclusion, String clientName, int clientMajor, int clientMinor, String javaVersion) throws Exception(Code) | | |
setSuiteDir | public static void setSuiteDir(String suiteName, boolean isParent, boolean isTop) throws IOException(Code) | | |
|
|