|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.runner.HttpAntRunner
public class HttpAntRunner
Method Summary | |
---|---|
private any |
printResults([any type], [any results])
|
remote void |
run(string type, string value, [string packagename='mxunit.testresults'], [string outputformat='junitxml'], [any recurse='true'], [any excludes=''], [any componentPath=''])
Generates and prints HTML, JUnit style XML, or XML data based on a directory of tests |
remote void |
runFast(string type, string value, [string packagename='mxunit.testresults'], [string outputformat='junitxml'], [any recurse='true'], [any excludes=''], [any componentPath=''])
Generates and prints HTML, JUnit style XML, or XML data based on a directory of tests |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
private any printResults([any type], [any results])
type
results
remote void run(string type, string value, [string packagename='mxunit.testresults'], [string outputformat='junitxml'], [any recurse='true'], [any excludes=''], [any componentPath=''])
type
- Specifies the type to run: TestCase(testcase) or Directory Path (dir)value
- The value for the type: com.foo.MyTestCase or C:/my/tests/packagename
- The package name for JUnitReportTaskoutputformat
- Valid Values: HTML,XML, or JUNITXMLrecurse
- whether to recurse down the directory treeexcludes
- List of files to exclude if type is DIRcomponentPath
- performance improver: pass the cfc-notation. See DirectoryTestSuite for details.remote void runFast(string type, string value, [string packagename='mxunit.testresults'], [string outputformat='junitxml'], [any recurse='true'], [any excludes=''], [any componentPath=''])
type
- Specifies the type to run: TestCase(testcase) or Directory Path (dir)value
- The value for the type: com.foo.MyTestCase or C:/my/tests/packagename
- The package name for JUnitReportTaskoutputformat
- Valid Values: HTML,XML, or JUNITXMLrecurse
- whether to recurse down the directory treeexcludes
- List of files to exclude if type is DIRcomponentPath
- performance improver: pass the cfc-notation. See DirectoryTestSuite for details.
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |