|
TestBox 2.4.0 | ||||
FRAMES |
railo-context.Componenttestbox.system.compat.runner.DirectoryTestSuite
public class DirectoryTestSuite
MXUnit Compat Automatic Test Suite Runner
Method Summary | |
---|---|
remote string |
getComponentPath(string path)
Given a directory path, returns the corresponding CFC package according to CFMX |
any |
run(any directory, [any componentPath=''], [boolean recurse='true'], [any excludes=''])
Runs a directory of tests via TestBox |
Methods inherited from class railo-context.Component |
---|
|
Method Detail |
---|
remote string getComponentPath(string path)
path
public any run(any directory, [any componentPath=''], [boolean recurse='true'], [any excludes=''])
directory
- directory of tests to runcomponentPath
- the component path to put in front of all tests found (i.e. 'com.blah'). If no path is passed, we'll attempt to discover it ourselvesrecurse
- whether to recurse down the directory treeexcludes
- list of Tests, in cfc notation, to exclude. uses ListContains so it's as greedy as possible. Currently does not support ant-style syntax or whole-directory filtering
|
TestBox 2.4.0 | ||||
FRAMES |