i think the best thing about using rokectunit is that it's included in
wheels and you don't have to download an entire other framework to do
unit testing in your app. currently all you have to do is create a
tests folder, write your tests and click a link to run them. no
eclipse plugins, installing something else, configuring your cf server
or anything like that, it just all works out of the box. yes i know
the testing framework isn't included in the releases right now, but
we're because we're still ironing things out and trying to get an easy
way down for developers to write tests.
you can always download the latest trunk which has the testing
framework in it from here:
http://github.com/rip747/cfwheels/zipball/master
the instruction for writing and running your own unit test are
documented in our wiki:
http://code.google.com/p/cfwheels/wiki/TestingFramework
any suggestions or comment that you can provide or more then welcome.