|
TestBox 2.4.0 | ||||
FRAMES |
railo-context.Componenttestbox.system.compat.framework.TestSuite
public class TestSuite
Copyright Since 2005 TestBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- MXUnit compatibility for Test Suites
Constructor Summary | |
---|---|
init()
|
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 railo-context.Component |
---|
|
Constructor Detail |
---|
public init()
Method Detail |
---|
remote any add(any componentName, any methods)
componentName
methods
remote any addAll(any componentName)
componentName
remote any addTest(any componentName, any method)
componentName
method
public string getBundles()
public string getTestSpecs()
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 setBundles(any bundles)
bundles
public any setTestSpecs(any testSpecs)
testSpecs
public any testSuite()
|
TestBox 2.4.0 | ||||
FRAMES |