|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.ComponentUtils
public class ComponentUtils
Internal component not generally used outside the framework
Method Summary | |
---|---|
ComponentUtils |
ComponentUtils()
Constructor |
string |
buildInheritanceTree([struct metaData], [string accumulator=''])
|
any |
dump([any o])
|
string |
getComponentRoot([string fullPath=''])
|
any |
getContextRootComponent()
|
any |
getContextRootPath()
|
string |
getInstallRoot()
|
string |
getLineSeparator()
Returns file |
any |
getMockFactoryInfo([any factoryName=''])
|
string |
getSeparator()
Returns file |
any |
hasJ2EEContext()
|
any |
isCfc([any objectToCheck])
Determines whether or not the given object is a ColdFusion component; Author: Nathan Dintenfass |
boolean |
isFrameworkTemplate(string template)
whether the passed in template is part of the mxunit framework |
boolean |
objectIsTypeOf(any object, string type)
returns true if the object 'type' as reported by getMetadata() matches the object's type or if the object is in the inheritance tree of the type |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public ComponentUtils ComponentUtils()
public string buildInheritanceTree([struct metaData], [string accumulator=''])
metaData
accumulator
public any dump([any o])
o
public string getComponentRoot([string fullPath=''])
fullPath
- Test Hook.public any getContextRootComponent()
public any getContextRootPath()
public string getInstallRoot()
public string getLineSeparator()
public any getMockFactoryInfo([any factoryName=''])
factoryName
public string getSeparator()
public any hasJ2EEContext()
public any isCfc([any objectToCheck])
objectToCheck
public boolean isFrameworkTemplate(string template)
template
public boolean objectIsTypeOf(any object, string type)
object
type
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |