| Web Development >> Coldfusion |
Stub Generator for CFCs, Unit Tests and more
| Language : | English | Quality : | High | Has Audio : | true | Source : | Adobe | Media : | Flash |
| Brian Kotek demonstrates using his Stub cfc generator to produce cfcs unit tests, mock objects and more |
Tags: Coldfusion, Presentation, Web Development, Code Generator, [SUGGEST A TAG]
Resources referenced in this screencast
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
Unit Testing with CFCUnit I’m a big fan of unit testing, the process of writing code that automatically checks that the real code is working. I’m also a big fan of test-driven development, the process of writing the unit test before the real code. I write all of my Java code that way |
|
CFCs and object-oriented programming CFCs are building blocks that let you develop ColdFusion code in an object-oriented manner, although CFCs do not require you to do object-oriented programming. Some of the object-oriented features of CFCs include encapsulation, inheritance, and introspection. CFC object-oriented features are similar to the object-oriented elements in other languages, like JavaScript |