Introduction to MXUnit

MXUnit is a unit test framework by ColdFusion developers for ColdFusion developers. Features include an easily extensible framework that is simple to use, an Eclipse plugin that allows developers to write and execute tests within the IDE, and an Ant task that runs individual tests and full directories of tests. Tests results can be output as HTML, XML, or JUnit-formatted XML for Ant's JUnitReportTask (Super simple!).

A few more key features:

What this Eclipse Help Covers

This Eclipse Help mainly covers usage of the plugin. For more info, please check the most current documentation at http://mxunit.org/doc/

Next: Getting Started: Configuring the Plugin to talk to ColdFusion

After that: How to Run Tests