|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.TestResult
mxunit.framework.HtmlTestResult
public class HtmlTestResult
Responsible for generating HTML representation of a TestResult
Method Summary | |
---|---|
HtmlTestResult |
HTMLTestResult([TestResult testResults])
Constructor |
string |
getHtmlResults([any mxunit_root='[runtime expression]'], [any test_title='MXUnit Test Results'])
Returns a stylized HTML representation of the TestResult |
string |
getRawHtmlResults([any mxunit_root='[runtime expression]'])
Returns a _raw_ HTML representation of the TestResult |
any |
printResources([any mxunit_root='./mxunit'], [any test_title='MXUnit Test Results'])
Prints CSS and JavaScript refs for stylizing |
private string |
renderErrorStruct(any ErrorCollection)
I render a coldfusion error struct as HTML |
Methods inherited from class mxunit.framework.TestResult |
---|
mxunit.framework.HtmlTestResult
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public HtmlTestResult HTMLTestResult([TestResult testResults])
testResults
public string getHtmlResults([any mxunit_root='[runtime expression]'], [any test_title='MXUnit Test Results'])
mxunit_root
- Location in the webroot where MXUnit is installed.test_title
- An HTML title to display for this testpublic string getRawHtmlResults([any mxunit_root='[runtime expression]'])
mxunit_root
- Location in the webroot where MXUnit is installed.public any printResources([any mxunit_root='./mxunit'], [any test_title='MXUnit Test Results'])
mxunit_root
- Location in the webroot where MXUnit is installed.test_title
private string renderErrorStruct(any ErrorCollection)
ErrorCollection
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |