|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.testing.compat.framework.TestSuite
public class TestSuite
MXUnit compatibility for Test Suites
Property Summary | ||||
---|---|---|---|---|
Type | Property & Description | Default | Serializable | Required |
any
|
bundles
Attributes: |
|
true
|
false
|
any
|
testSpecs
Attributes: |
|
true
|
false
|
Method Summary | |
---|---|
any |
GETBUNDLES()
|
any |
GETTESTSPECS()
|
TestSuite |
SETBUNDLES(any bundles)
|
TestSuite |
SETTESTSPECS(any testSpecs)
|
remote any |
add(any componentName, any methods)
|
remote any |
addAll(any componentName)
|
remote any |
addTest(any componentName, any method)
|
remote any |
run([any testMethod=''])
|
remote any |
runTestRemote([any testMethod=''], [boolean debug='false'], [any output='simple'])
Run a test remotely like MXUnit |
any |
testSuite()
|
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Property Detail |
---|
any bundles
default
- serializable
- truerequired
- falseany testSpecs
default
- serializable
- truerequired
- falseMethod Detail |
---|
public any GETBUNDLES()
public any GETTESTSPECS()
public TestSuite SETBUNDLES(any bundles)
bundles
public TestSuite SETTESTSPECS(any testSpecs)
testSpecs
remote any add(any componentName, any methods)
componentName
methods
remote any addAll(any componentName)
componentName
remote any addTest(any componentName, any method)
componentName
method
remote any run([any testMethod=''])
testMethod
remote any runTestRemote([any testMethod=''], [boolean debug='false'], [any output='simple'])
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 withpublic any testSuite()
|
ColdBox Platform v3.8.0 | ||||
FRAMES |