Randy,
I didn't have any problems from my web based test runner, but tests in
my Eclipse plugin failed left and right . This may be just my
environment(see my post on <a href="
http://groups.google.com/group/
mxunit/browse_thread/thread/7c04f62c810bb9e1#">Application.cfm and
Eclipse Plugin</a>). But it seems that tests run via the Eclipse
plugin were only seeing the MxUnit application and not my SUT
application and they were also not executing the setup() method in my
TestCase. You may want to check this for yourself to verify that this
is only a problem on my system.
For example, my TestCase contains:
<cffunction name="setup" access="public" output="no"
returntype="void">
<cfset Application.db = "myDB"> <!--- added to handle running tests
in Eclipse --->
</cffunction>
But I still got "Expression: Element DB is undefined in APPLICATION"