Test Suites

The plugin does not support running TestSuites. In fact, MXUnit believes in the concept of "Implicit Suites". Rather than requiring you to add TestCase components into a suite, MXUnit instead treats all files named "Test*.cfc" or "*Test.cfc" as a test case.

Consequently, if you have a directory of components, and there's SomeTest.cfc in there, you can right click on the directory, select "Run MXUnit Tests", and it'll run just that SomeTest.cfc and ignore all the other files. This unique behavior essentially renders suites useless.