Currently, the plugin (and the framework) recognize a test as any file named Test*.cfc or *Test.cfc.
TestCase selection is not case sensitive.
Inside of a TestCase component -- specified as a component that extends mxunit.framework.TestCase -- the MXUnit framework will run any public method as a test, regardless of its name! The framework will NOT run protected or private methods as tests.
Currently, the plugin (and the framework) recognize a test as any file named Test*.cfc or *Test.cfc.
TestCase selection is not case sensitive.
Inside of a TestCase component -- specified as a component that extends mxunit.framework.TestCase -- the MXUnit framework will run any public method as a test, regardless of its name! The framework will NOT run protected or private methods as tests.