MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class TestSuite

WEB-INF.cftags.component
        extended by mxunit.framework.Test
            extended by mxunit.framework.TestSuite

public class TestSuite
extends Test

Responsible for creating and running groups of Tests.


Method Summary
 TestSuite TestSuite()
          Constructor
remote void add(Any componentName, string methods, [Any componentObject=''])
          Adds a list of TestCases to the TestSuite
remote any addAll(any ComponentName, [any ComponentObject=''])
          Adds all runnable TestCases to the TestSuite
remote void addTest(string componentName, string method, [Any componentObject=''])
          Adds a single TestCase to the TestSuite
 any dump([any o])
 any enableRequestScopeDebugging()
          enables creation of the request
private Any getMap()
          I return an instance of a java sorted map
remote any run([TestResult results='[runtime expression]'], [string testMethod=''])
          Primary method for running TestSuites and individual tests
remote any runTestRemote([string output='jqgrid'], [boolean debug='false'])
 any setMockingFramework(Any name)
          Allows a developer to set the default Mocking Framework for this test suite
 void setTestSuites(any testSuites)
          Method used to set test suites for testing
remote string stringValue()
 any suites()
 
Methods inherited from class mxunit.framework.Test
mxunit.framework.TestSuite
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

TestSuite

public TestSuite TestSuite()
Constructor


add

remote void add(Any componentName, string methods, [Any componentObject=''])
Adds a list of TestCases to the TestSuite

Parameters:
componentName
methods
componentObject

addAll

remote any addAll(any ComponentName, [any ComponentObject=''])
Adds all runnable TestCases to the TestSuite

Parameters:
ComponentName
ComponentObject

addTest

remote void addTest(string componentName, string method, [Any componentObject=''])
Adds a single TestCase to the TestSuite.

Parameters:
componentName
method
componentObject

dump

public any dump([any o])

Parameters:
o

enableRequestScopeDebugging

public any enableRequestScopeDebugging()
enables creation of the request.debug function


getMap

private Any getMap()
I return an instance of a java sorted map


run

remote any run([TestResult results='[runtime expression]'], [string testMethod=''])
Primary method for running TestSuites and individual tests.

Overrides:
run in class Test
Parameters:
results - The TestResult collecting parameter.
testMethod - A single test method to run.

runTestRemote

remote any runTestRemote([string output='jqgrid'], [boolean debug='false'])

Parameters:
output - Output format: html,xml,junitxml,jqgrid
debug - Flag to indicate whether or not to dump the test results to the screen.

setMockingFramework

public any setMockingFramework(Any name)
Allows a developer to set the default Mocking Framework for this test suite.

Parameters:
name - The name of the mocking framework to use

setTestSuites

public void setTestSuites(any testSuites)
Method used to set test suites for testing

Parameters:
testSuites

stringValue

remote string stringValue()


suites

public any suites()


MXUnit 2.1.3 (Generated: 09/27/2012)