/wheels/tests/model/_query/perpage.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 12 lines · 9 code · 3 blank · 0 comment · 0 complexity · d76a1ebda97e79a202d0ab6bf9025dbd MD5 · raw file
- <cfcomponent extends="wheelsMapping.Test">
-
- <cffunction name="setup">
- <cfset loc.profileModel = model("profile")>
- </cffunction>
-
- <cffunction name="test_set_perpage">
- <cfset loc.profileModel.perPage(10)>
- <cfset assert('loc.profileModel.toQuery().perpage eq 10')>
- </cffunction>
-
- </cfcomponent>