| java.lang.Object tests.CollectTestCases
CollectTestCases | public class CollectTestCases (Code) | | Find the .java and .jasm source files for the unix tests.
|
usage | static void usage()(Code) | | |
writeHeader | static void writeHeader()(Code) | | |
writeList | static void writeList(String varName, String includePattern, String excludePattern, String suffix) throws Throwable(Code) | | Write a list of files in Makefile format. An example output is
TESTS_JAVA_SRCS = \
e:/cldcvm/src/tests/Sanity.java \
e:/cldcvm/src/tests/Foo.java
Parameters: includePattern - if non-null, a file in the listwon't be printed if the file's pathnamedoes not contain includePattern asa substring. Parameters: excludePattern - if non-null, a file in the listwon't be printed if the file's pathnamecontains excludePattern asa substring. Parameters: suffix - if non-null, a file in the listwon't be printed if the suffix of the fileis not suffix. |
|
|