I am using Apache Wicket as my web application framework in Eclipse.
Currently I have eCobertura as an eclipse plugin installed. But it needs a main() method to run. I do not have one.
So how can I run code coverage within a web application?
Regards...