MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class TestSuiteRunner

WEB-INF.cftags.component
        extended by mxunit.framework.TestSuiteRunner

public class TestSuiteRunner
extends WEB-INF.cftags.component

Method Summary
private any _$snif()
          Door into another component's variables scope
private any addFailureToResults(any results, any expected, any actual, any exception, any content)
 any assertExpectedExceptionTypeWasThrown([any expectedExceptionType])
 any createTestCaseFromComponentOrComponentName([any componentObject])
 any enableRequestScopeDebugging()
private any exceptionMatchesType(any actualException, string expectedExceptionType)
private any handleCaughtException([any caughtException], string expectedExceptionType, string expectedExceptionMessage, [any results], [any outputOfTest], [any testCase])
private any rootOfException([any caughtException])
 any run([any allSuites], [TestResult results='[runtime expression]'], [string testMethod=''])
          Primary method for running TestSuites and individual tests
private any runTestMethod([any testCase], [any methodName], [any results], [any currentTestSuiteName])
 any setDataProviderHandler([any dph])
 any setMockingFramework([any mf])
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

_$snif

private any _$snif()
Door into another component's variables scope


addFailureToResults

private any addFailureToResults(any results, any expected, any actual, any exception, any content)

Parameters:
results - the results object
expected
actual
exception - the cfcatch struct
content

assertExpectedExceptionTypeWasThrown

public any assertExpectedExceptionTypeWasThrown([any expectedExceptionType])

Parameters:
expectedExceptionType

createTestCaseFromComponentOrComponentName

public any createTestCaseFromComponentOrComponentName([any componentObject])

Parameters:
componentObject

enableRequestScopeDebugging

public any enableRequestScopeDebugging()


exceptionMatchesType

private any exceptionMatchesType(any actualException, string expectedExceptionType)

Parameters:
actualException
expectedExceptionType

handleCaughtException

private any handleCaughtException([any caughtException], string expectedExceptionType, string expectedExceptionMessage, [any results], [any outputOfTest], [any testCase])

Parameters:
caughtException
expectedExceptionType
expectedExceptionMessage
results
outputOfTest
testCase

rootOfException

private any rootOfException([any caughtException])

Parameters:
caughtException

run

public any run([any allSuites], [TestResult results='[runtime expression]'], [string testMethod=''])
Primary method for running TestSuites and individual tests.

Parameters:
allSuites - a structure corresponding to the key/componentName
results - The TestResult collecting parameter.
testMethod - A single test method to run.

runTestMethod

private any runTestMethod([any testCase], [any methodName], [any results], [any currentTestSuiteName])

Parameters:
testCase
methodName
results
currentTestSuiteName

setDataProviderHandler

public any setDataProviderHandler([any dph])

Parameters:
dph

setMockingFramework

public any setMockingFramework([any mf])

Parameters:
mf

MXUnit 2.1.3 (Generated: 09/27/2012)