JUnit integration with eclipse is very nice. However, I would like the function to be able to generate a quick report from Unit Tests. This can be done when starting the assembly without heads (and my nightly assembly is configured for this), but sometimes I want to generate a report from the user interface.
Is there anyway to do this? perhaps command line options? additional plugin? maybe functionality already exists and i can't find it?
EDIT: I have a PDE build since my project is an RCP application. Thus, running tests from this assembly is not very straightforward. I guess I could try hacking a smaller ANT script to run the test, but I might have to fight the classpath to get what I want. I was hoping to find some extension for an existing JUnit plugin that would provide tree view information, but as an HTML document.
java eclipse junit
Mario ortegón
source share