ColdFusion in an Enterprise Environment - Part 3 - Choosing Unit Testing Framework

Choosing a Unit testing framework, was a pretty easy decision for me. My first question was does any integrate into Eclipse? And the answer when I did my research was yes, but only one…. MXUNIT. And at the time it provided all the same features as the rest of the CF unit frameworks.


The other thing that helped myself decide on this framework, is that ColdBox added an integrated into MXUnit so you could setup unit tests against the coldbox framework to run your code.


UPDATE: I am sure I made a good decision because MXUnit is still working at our needs today, but I am not sure my comments above are accurate anymore. I believe all the CF Unit frameworks are full of features, and work really well.


Short and sweet version of an easy choice.

Please Note: This post is conjuction with a series of blog posts about my findings in setting up an enterprise development environment. Please view the rest of the posts at Coldfusion in an Enterprise Overview

Comments

Popular posts from this blog

ColdFusion in an Enterprise Environment - Part 1 - Understanding how to use SubVersion (SVN)

coldfusion builder 2 extension not displaying browse button on type=projectdir

Being Thread Safe in Coldbox/Coldfusion