Combined Testing Report with jMockit
I am using jmockit with Ant. For each test file run, a file is created / overwritten in the coverage report folder index.html
.
This is index.html
overwritten for several test files .
I am looking for a combined report for all files. what should be done? I've read about using files .ser
, but I don't know how to create them and then use them?
+3
singhsumit
source
to share
1 answer
You have a look here . The trick is to establish
-Djmockit-coverage-output=merge
(or serial
- read the difference in the link above).
Greetings,
+3
Anders R. Bystrup
source
to share