Skip to content

mxunit eclipse plugin doesn't recognize koans cfc as tests #18

Description

@mhenke

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions