Running junit test [and Code coverage] in gradle project
Hi,
I want to run my junit tests (in a gradle project) and use the coverage. But if I create a Junit Configuration and run it, compilation report many errors about not founded project's .class files.
What to do?
Thank you
请先登录再写评论。
If the problem occurs only when you run JUnit tests with code coverage?