Eclipse Plugin Troubleshooting

compared with
Current by Marc Esher
on Jul 08, 2010 00:08.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View page history
<cfset mycomponent = "mxunit.PluginDemoTests.HodgePodgeTest">
<cfset myfunction = "testNotEquals">
<cfset remoteURL = "http://localhost/mxunit/framework/RemoteFacade.cfc?wsdl">{code}Replace the variables with the component, function, and URL you're trying to invoke. Run that RemoteFacadeTester.cfm in your browser and inspect the output. Look at the CFDumps. It'll show you the result of running the test when run directly, when run through a testsuite, and when run through the RemoteFacade.cfc URL. All 3 results should be roughly the same. As an example, the last cfdump should look something like this: !remotefacadetester.png!

{warning}If you're using this to test code that depends on setup in&nbsp; your Application.cfc \-\- especially ORM-related functionality, then you'll need to copy this file into your application{warning}