PageRenderTime 34ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/wheels/tests/view/forms/passwordField.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | 86c517b7b2998e5bd31731c8282e7d29 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cffunction name="setup">
  3. <cfset loc.controller = controller(name="ControllerWithModel")>
  4. </cffunction>
  5. <cffunction name="test_x_passwordField_valid">
  6. <cfset loc.controller.passwordField(objectName="User", property="password")>
  7. </cffunction>
  8. </cfcomponent>