Is CFUnit still actively maintained? There haven't been any releases or updates
to the website in 2 years.
These are some modifications to CFUnit that I think would make it more usuable:
* Adding an argument to the TestSuite class to specify a single test method to
run. This is useful when you're developing a test, or curious about a single
test, and don't want to run the entire suite.
* Modified TestRunner.cfc to stream a list of tests as they're run. This is
useful when running large suites, since CFUnit's default behavior is show no
status at all.
* A template listing all test classes and functions, to allow user selection of
specific suite/method to run.