Skip to content

Instantly share code, notes, and snippets.

@jonDowdle
Created October 21, 2010 16:44
Show Gist options
  • Select an option

  • Save jonDowdle/638836 to your computer and use it in GitHub Desktop.

Select an option

Save jonDowdle/638836 to your computer and use it in GitHub Desktop.
CFEclipse Template
<cffunction name="test_${line_selection}" returntype="void" access="public">
<cfset var result = obj.answer('${question}')>
<cfset var expected = '${expected}'>
<cfset assertEquals( expected,result,"Result should've been '#expected#' but was '#result#'")>
</cffunction>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment