mxunit cfe template
<cffunction name="setUp" returntype="void" access="public">
<cfset variables.${component} = createObject("component","${componentPath}") />
</cffunction>
<cffunction name="dumpvar" access="private">
<cfargument name="var">
<cfdump var="#var#">
<cfabort/>
</cffunction>
<cffunction name="test${method}">
<cfscript>
variables.${component}.${method}(${cursor});
</cfscript>
</cffunction>
</cfcomponent>

There are no comments for this entry.
[Add Comment] [Subscribe to Comments]