|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.Test
mxunit.framework.TestSuite
public class TestSuite
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 |
---|
public TestSuite TestSuite()
remote void add(Any componentName, string methods, [Any componentObject=''])
componentName
methods
componentObject
remote any addAll(any ComponentName, [any ComponentObject=''])
ComponentName
ComponentObject
remote void addTest(string componentName, string method, [Any componentObject=''])
componentName
method
componentObject
public any dump([any o])
o
public any enableRequestScopeDebugging()
private Any getMap()
remote any run([TestResult results='[runtime expression]'], [string testMethod=''])
run
in class
Test
results
- The TestResult collecting parameter.testMethod
- A single test method to run.remote any runTestRemote([string output='jqgrid'], [boolean debug='false'])
output
- Output format: html,xml,junitxml,jqgrid debug
- Flag to indicate whether or not to dump the test results to the screen.public any setMockingFramework(Any name)
name
- The name of the mocking framework to usepublic void setTestSuites(any testSuites)
testSuites
remote string stringValue()
public any suites()
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |