Created
October 21, 2010 16:44
-
-
Save jonDowdle/638836 to your computer and use it in GitHub Desktop.
CFEclipse Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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