MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class QueryTestResult

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

public class QueryTestResult
extends TestResult

Responsible for generating CFQuery representation of a TestResult


Method Summary
 QueryTestResult QueryTestResult([TestResult testResults])
          Constructor
 any getQueryResults()
          Returns a CFQuery representation of the TestResult
 
Methods inherited from class mxunit.framework.TestResult
mxunit.framework.QueryTestResult
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

QueryTestResult

public QueryTestResult QueryTestResult([TestResult testResults])
Constructor

Parameters:
testResults

getQueryResults

public any getQueryResults()
Returns a CFQuery representation of the TestResult

Overrides:
getQueryResults in class TestResult

MXUnit 2.1.3 (Generated: 09/27/2012)