Re: How to get code coverage of Integration Test ?

2013-01-29 Thread Julien Smadja
Yes, it works. I had to use Tomcat server instead of mvn tomcat:run command in Intellij Idea. Unfortunately, I think I won't be able to automatize this task. Thank you for your answer.

Re: How to get code coverage of Integration Test ?

2013-01-29 Thread Julien Smadja
Thank you, I'll test your solution with Idea 12, and I'll tell you if it works too. 2013/1/29 Stephan Windmüller > On 28.01.2013 15:58, Julien Smadja wrote: > > > I have a coverage percent for classes in packages like domain, but > nothing > > in pages or co

How to get code coverage of Integration Test ?

2013-01-28 Thread Julien Smadja
rms don't seem to be instrumented* because there is no coverage when watching in Sonar Report. I have a coverage percent for classes in packages like domain, but nothing in pages or components. Do you have a solution for this ? Is this a problem with javassist ? Thank you -- *Juli