ColdBox Platform v3.8.0

coldbox.system.testing.compat.framework
Class TestSuite

WEB-INF.cftags.component
        extended by coldbox.system.testing.compat.framework.TestSuite

public class TestSuite
extends WEB-INF.cftags.component

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

bundles

any bundles

Attributes:
default -
serializable - true
required - false

testSpecs

any testSpecs

Attributes:
default -
serializable - true
required - false

Method Detail

GETBUNDLES

public any GETBUNDLES()


GETTESTSPECS

public any GETTESTSPECS()


SETBUNDLES

public TestSuite SETBUNDLES(any bundles)

Parameters:
bundles

SETTESTSPECS

public TestSuite SETTESTSPECS(any testSpecs)

Parameters:
testSpecs

add

remote any add(any componentName, any methods)

Parameters:
componentName
methods

addAll

remote any addAll(any componentName)

Parameters:
componentName

addTest

remote any addTest(any componentName, any method)

Parameters:
componentName
method

run

remote any run([any testMethod=''])

Parameters:
testMethod

runTestRemote

remote any runTestRemote([any testMethod=''], [boolean debug='false'], [any output='simple'])
Run a test remotely like MXUnit

Parameters:
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 not
output - The type of reporter to run the test with

testSuite

public any testSuite()


ColdBox Platform v3.8.0