MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class TextTestResult

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

public class TextTestResult
extends TestResult

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

init

public init([TestResult testResults])
Constructor

Parameters:
testResults
Method Detail

buildTextResults

public void buildTextResults(query results)
Builds the XML string based upon the given TestResult array

Parameters:
results

constructTagContextElements

public string constructTagContextElements([any exception])
returns the error's tagcontext formatted as xml

Overrides:
constructTagContextElements in class TestResult
Parameters:
exception

getTextResults

public any getTextResults()

Overrides:
getTextResults in class TestResult

printStackTrace

public string printStackTrace([any exception])

Parameters:
exception

MXUnit 2.1.3 (Generated: 09/27/2012)