/wheels/tests/controller/initialization/general.cfc

http://cfwheels.googlecode.com/ · ColdFusion CFScript · 15 lines · 10 code · 5 blank · 0 comment · 0 complexity · a30e7446f96568c707ba8666f7843ad9 MD5 · raw file

  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cffunction name="test_initializing_by_calling_init_function">
  3. </cffunction>
  4. <cffunction name="test_creating_controller_when_no_file_exists">
  5. </cffunction>
  6. <cffunction name="test_creating_controller_when_file_exists">
  7. </cffunction>
  8. <cffunction name="test_including_controller_specific_helper_file">
  9. </cffunction>
  10. </cfcomponent>