I'm not sure if this is possible, but I would like information on the code coverage for the tests that are written in Quick Test for our GWT-based web application.
It doesn't seem like there is any solution, because Quick Test Pro tests are tested using a compiled GWT application, and not the original Java code in which the application was written. I believe that I could get the javascript coverage data generated by the GWT compiler, but I wouldn’t (I know this is not the case) to match this information with the Java source code.
Is there any way to do this?
user301765
source
share