MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.runner
Class HttpAntRunner

WEB-INF.cftags.component
        extended by mxunit.runner.HttpAntRunner

public class HttpAntRunner
extends WEB-INF.cftags.component

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

printResults

private any printResults([any type], [any results])

Parameters:
type
results

run

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.

Parameters:
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 JUnitReportTask
outputformat - Valid Values: HTML,XML, or JUNITXML
recurse - whether to recurse down the directory tree
excludes - List of files to exclude if type is DIR
componentPath - performance improver: pass the cfc-notation. See DirectoryTestSuite for details.

runFast

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.

Parameters:
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 JUnitReportTask
outputformat - Valid Values: HTML,XML, or JUNITXML
recurse - whether to recurse down the directory tree
excludes - List of files to exclude if type is DIR
componentPath - performance improver: pass the cfc-notation. See DirectoryTestSuite for details.

MXUnit 2.1.3 (Generated: 09/27/2012)