lundi 29 février 2016

How see code coverage for package which other than test class?

The question is about integration testing where test class often invoke code from various packages. Suppose that there is a SomeServiceTest class in package com.some.service, but it invoikes code from com.some.handler, but when run test from Intellij Idea, it shows code coverage for com.some.service only. Is there a way to configure it to show all packages which are invoked during test?

Aucun commentaire:

Enregistrer un commentaire