|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.TestResult
mxunit.framework.TextTestResult
public class TextTestResult
Responsible for generating plain text representation of a TestResult
Constructor Summary | |
---|---|
init([TestResult testResults])
Constructor |
Method Summary | |
---|---|
void |
buildTextResults(query results)
Builds the XML string based upon the given TestResult array |
string |
constructTagContextElements([any exception])
returns the error's tagcontext formatted as xml |
any |
getTextResults()
|
string |
printStackTrace([any exception])
|
Methods inherited from class mxunit.framework.TestResult |
---|
mxunit.framework.TextTestResult
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init([TestResult testResults])
testResults
Method Detail |
---|
public void buildTextResults(query results)
results
public string constructTagContextElements([any exception])
constructTagContextElements
in class
TestResult
exception
public any getTextResults()
getTextResults
in class
TestResult
public string printStackTrace([any exception])
exception
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |