|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.RemoteFacade
public class RemoteFacade
Main default interface into MXUnit framework from the MXUnit Ecplise Plugin.
Method Summary | |
---|---|
any |
actOnTestCase(any testCase)
an 'Interceptor' for custom remote facades |
remote string |
endTestRun(string TestRunKey)
ensures proper cleanup |
remote struct |
executeTestCase(String componentName, String methodNames, string TestRunKey)
|
package string |
formatExceptionKey(any ErrorType)
ensures a string in the EXCEPTION key |
remote array |
getComponentMethods(string componentName)
|
remote Date |
getFrameworkDate()
returns the current framework version date in form of mm/dd/yyyy |
remote String |
getFrameworkVersion()
returns the current framework version in form of major |
package any |
getObject(String componentName, string testRunKey)
|
remote String |
getServerType()
returns the server type, whether coldfusion or bluedragon |
remote void |
initializeSuitePool()
|
remote boolean |
ping()
returns true |
remote numeric |
purgeSuitePool()
|
remote string |
startTestRun()
|
any |
testResultToStructs(any testResult, any componentPath)
turns the TestResult item into a struct for passing to eclipse |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public any actOnTestCase(any testCase)
testCase
- remote string endTestRun(string TestRunKey)
TestRunKey
- the key returned from startTestRun; used for managing the pool of componentsremote struct executeTestCase(String componentName, String methodNames, string TestRunKey)
componentName
methodNames
- pass empty string to run all methods. pass list of valid method names to run individual methodsTestRunKey
- the key returned from startTestRun; used for managing the pool of componentspackage string formatExceptionKey(any ErrorType)
ErrorType
- the TYPE key from the cfcatch structremote array getComponentMethods(string componentName)
componentName
- remote Date getFrameworkDate()
remote String getFrameworkVersion()
package any getObject(String componentName, string testRunKey)
componentName
testRunKey
- the key returned from startTestRun; used for managing the pool of componentsremote String getServerType()
remote void initializeSuitePool()
remote boolean ping()
remote numeric purgeSuitePool()
remote string startTestRun()
public any testResultToStructs(any testResult, any componentPath)
testResult
componentPath
- the full filesystem path to the component under test
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |