|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.TestResult
mxunit.framework.XMLTestResult
public class XMLTestResult
Responsible for generating XML representation of a TestResult
Method Summary | |
---|---|
XMLTestResult |
XmlTestResult([TestResult testResults])
Constructor |
void |
buildXmlResults(array results)
Builds the XML string based upon the given TestResult array |
string |
constructTagContextElements([any exception])
returns the error's tagcontext formatted as xml |
any |
getHtmlResults([any xsltStyleSheet='[runtime expression]'])
|
xml |
getXMLDomResults()
Returns an XML DOM representation of the TestResult |
string |
getXMLResults()
Returns an XML String representation of the TestResult |
string |
getXslt()
Basic XSL for outputting html |
string |
printStackTrace([any exception])
|
Methods inherited from class mxunit.framework.TestResult |
---|
mxunit.framework.XMLTestResult
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public XMLTestResult XmlTestResult([TestResult testResults])
testResults
public void buildXmlResults(array results)
results
public string constructTagContextElements([any exception])
constructTagContextElements
in class
TestResult
exception
public any getHtmlResults([any xsltStyleSheet='[runtime expression]'])
xsltStyleSheet
public xml getXMLDomResults()
public string getXMLResults()
getXMLResults
in class
TestResult
public string getXslt()
public string printStackTrace([any exception])
exception
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |