directoryScan |
net.sourceforge.jxunit.JXDirectoryScan
|
Scans the specified directory for the files
|
dir |
The name of the directory holding the configuration |
String dir |
Required |
|
Holds the subordinate steps to be performed within the directory scan. |
|
includeFiles |
net.sourceforge.jxunit.JXIncludeFiles
|
Includes the files specified
|
matchCase |
The files included in the directory scan should match the case |
boolean matchCase |
Default:false |
regexp |
The regular expression |
String regexp |
Required |
|
|
excludeFiles |
net.sourceforge.jxunit.JXExcludeFiles
|
Excludes the files specified
|
matchCase |
The files included in the directory scan should match the case |
boolean matchCase |
Default:false |
regexp |
The regular expression |
String regexp |
Required |
|
|