I would like to create report from my unit tests without running them. I would like only analyze test source code and check which methods have been called. In my tests I use JUnit, Arquillian. I run them on external server and I had problems with using arquillian-jacoco extension. After instrumentation application could not start properly. Is there any tool which provide such functionality? I would like to create report from my unit test