/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
- <cfcomponent extends="wheelsMapping.Test">
-
- <cffunction name="test_initializing_by_calling_init_function">
- </cffunction>
-
- <cffunction name="test_creating_controller_when_no_file_exists">
- </cffunction>
-
- <cffunction name="test_creating_controller_when_file_exists">
- </cffunction>
-
- <cffunction name="test_including_controller_specific_helper_file">
- </cffunction>
-
- </cfcomponent>