One of the great things about junit is that you can still use system.out to see debug statements and whatnot. This is particularly useful when just starting out on an object and you need to visually confirm some data (like, "what does this 2-D array 'look like', anyway?". However, with cfunit, I can't view the outputs that i put into the test files. So I feel like I'm flying blind sometimes. I understand that this is not necessarily the purpose of unit testing. However, it's a real pain to build a separate file to run functions just to see output when i've already created unit tests for the components.
Any chance of getting a "View Generated Output" into CFUnit? I'm thinking something along the super simple lines of the junitreport ant task, where you get a nice little html page with a simple link to "view system.out", and it just shows you the entire system.out dump.
thanks.