Sean Corfield has blogged about a new unit testing framework which integrates with eclipse.
You can check it out here: MX Unit
Entries Tagged as 'Eclipse'
Every written on a post-it somewhere, something like "Must go back and complete validation for user validation."
Well this can be done a lot easier in Eclipse without the risk of forgetting about it or the cleaner putting your post-it in the bin. In any cfm/cfc file just enter this "TODO: test this" at the start of a CF comment and save your file this will put an item in your Task tab usually location on the bottom row of tabs in Eclipse.
You can then double click on the item that is created and the eclipse will take your directly to that line of code in the specified file.
Recent Comments