lucee.Component
testbox.system.compat.framework.TestSuite
Copyright Since 2005 TestBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- MXUnit compatibility for Test Suites
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
bundles
|
true
|
false
|
|
any
|
testSpecs
|
true
|
false
|
|
| Method Summary | |
|---|---|
remote any
|
add(any componentName, any methods)
|
remote any
|
addAll(any componentName)
|
remote any
|
addTest(any componentName, any method)
|
string
|
getBundles()
|
string
|
getTestSpecs()
|
remote any
|
run([any testMethod=''])
|
remote any
|
runTestRemote([any testMethod=''], [boolean debug='false'], [any output='simple'])
Run a test remotely like MXUnit. |
any
|
setBundles(any bundles)
|
any
|
setTestSpecs(any testSpecs)
|
any
|
testSuite()
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Property Detail |
|---|
access - publicrequired - falsereturntype - anyserializable - trueaccess - publicrequired - falsereturntype - anyserializable - true| Method Detail |
|---|
componentNamemethodscomponentNamecomponentNamemethodtestMethodRun a test remotely like MXUnit
testMethod - A list or array of test names that are the ones that will be executed ONLY!debug - Show debug output on the reports or notoutput - The type of reporter to run the test withbundlestestSpecs