Home /
Download cfcUnit
Download the latest version of cfcUnit.
In order to use cfcUnit, you must have ColdFusion MX 6.1. That's it.
Release History
| Date | Release | Description |
|---|---|---|
| 01-03-2006 | 1.1 RC1 | Framework:
Added assertions for comparing queries, substring matches, regex matches, value 'containment' (arrayContainsNumber, arrayContainsString). Test Runner: There is now a remote test runner service that can be found at /cfcunit/RemoteService.cfc which can be used to run tests via HTTP Get requests that returns WDDX and Flash Remoting. Some extensions have been added that allows tests written for CFUnit to be run amongst tests written for cfcUnit. MachII is no longer an external requirement for the GUI test runner application. |
| 08-09-2004 | 0.8.3 |
General:
Added Apache Software License to distribution. cfcUnit is now part of the OpenXCF project
at SourceForge. Framework: Fixed error message for assertEqualsString() method so that case-sensitive differences are now shown. Test Runner: Commented out DTD in mach-ii configuration file so that the runner will work when not connected to the Internet; Removed "Show Debug" checkbox in test selection form. |
| 07-11-2004 | 0.8.2 | Framework: Added sample tests to the framework files. They can be found at "/org/cfcunit/tests/samples". |
| 07-03-2004 | 0.8.1 |
Installation:
Simplified and improved the organization of the files in the distribution. (Jennifer Larkin, Sean Corfield);
Updated the installation instructions to reflect these changes and remove ambiguity;
You can now just deploy right to the webroot and not fuss with mappings if you don't want to; Test Runner: Removed erroneous custom tag import. (Harry Klein); Fixed href for external stylesheet (Jennifer Larkin). |
| 06-29-2004 | 0.8.0 | Initial public release. |