[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [QF-Test] code coverage for QFT tests
Hi Vasilena, QF-Test only instruments the org.eclipse.swt... jar. I don't think you'll want coverage information for the low level SWT methods - you should probably focus on instrumenting just the jar files of your plugin. That way, there shouldn't be any conflict. Best regards, Greg "Treneva, Vasilena" <Vasilena.Treneva@?.com> writes: > Hi All, > > Do you know if it is possible to achieve code coverage (for eclipse based plugins) for QFT tests? > > The library that we want to use is JaCoCo Java Code Coverage Library, however as far as I know QFT > instruments eclipse jars and JaCoCo would intend to do the same… > > Do you know what is the best approach here? Has anyone tried something similar? Any advice? > > Thanks, > > Vassilena -- Gregor Schmid Gregor.Schmid@?.de Quality First Software GmbH http://www.qfs.de Tulpenstr. 41 Tel: +49 8171 38648-0 DE-82538 Geretsried Fax: +49 8171 3864816 GF: Gregor Schmid, Karlheinz Kellerer HRB München 140833
|