|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.TestSuiteRunner
public class TestSuiteRunner
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 |
---|
private any _$snif()
private any addFailureToResults(any results, any expected, any actual, any exception, any content)
results
- the results objectexpected
actual
exception
- the cfcatch structcontent
public any assertExpectedExceptionTypeWasThrown([any expectedExceptionType])
expectedExceptionType
public any createTestCaseFromComponentOrComponentName([any componentObject])
componentObject
public any enableRequestScopeDebugging()
private any exceptionMatchesType(any actualException, string expectedExceptionType)
actualException
expectedExceptionType
private any handleCaughtException([any caughtException], string expectedExceptionType, string expectedExceptionMessage, [any results], [any outputOfTest], [any testCase])
caughtException
expectedExceptionType
expectedExceptionMessage
results
outputOfTest
testCase
private any rootOfException([any caughtException])
caughtException
public any run([any allSuites], [TestResult results='[runtime expression]'], [string testMethod=''])
allSuites
- a structure corresponding to the key/componentNameresults
- The TestResult collecting parameter.testMethod
- A single test method to run.private any runTestMethod([any testCase], [any methodName], [any results], [any currentTestSuiteName])
testCase
methodName
results
currentTestSuiteName
public any setDataProviderHandler([any dph])
dph
public any setMockingFramework([any mf])
mf
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |