/wheels/tests/view/forms/radioButton.cfc
ColdFusion CFScript | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | b064d7b8b55df687506498b6c278fb55 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <cfcomponent extends="wheelsMapping.Test">
- <cffunction name="setup">
- <cfset loc.controller = controller(name="ControllerWithModel")>
- </cffunction>
- <cffunction name="test_x_radioButton_valid">
- <cfset loc.controller.radioButton(objectName="user", property="gender", tagValue="m", label="Male")>
- </cffunction>
- </cfcomponent>