MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class JUnitXMLTestResult

WEB-INF.cftags.component
        extended by mxunit.framework.TestResult
            extended by mxunit.framework.JUnitXMLTestResult

public class JUnitXMLTestResult
extends TestResult

Method Summary
 mxunit.framework.component JUnitXMLTestResult([mxunit.framework.component testResults])
 any buildXmlResults(array results)
private any genProps([struct collection])
private string generateStacktrace(any catchResult)
 xml getXMLDomResults()
 string getXMLResults()
 
Methods inherited from class mxunit.framework.TestResult
mxunit.framework.JUnitXMLTestResult
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

JUnitXMLTestResult

public mxunit.framework.component JUnitXMLTestResult([mxunit.framework.component testResults])

Parameters:
testResults

buildXmlResults

public any buildXmlResults(array results)

Parameters:
results

genProps

private any genProps([struct collection])

Parameters:
collection

generateStacktrace

private string generateStacktrace(any catchResult)

Parameters:
catchResult

getXMLDomResults

public xml getXMLDomResults()


getXMLResults

public string getXMLResults()

Overrides:
getXMLResults in class TestResult

MXUnit 2.1.3 (Generated: 09/27/2012)