PageRenderTime 34ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/model/miscellaneous/_finders.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | ec53abd287c7d9538be415a88a60054b MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cffunction name="test_findOneByXXX_valid">
  3. <cfset fail()>
  4. </cffunction>
  5. <cffunction name="test_findAllByXXX_valid">
  6. <cfset fail()>
  7. </cffunction>
  8. </cfcomponent>