Getting test coverage reports for integration test – George's Techblog
I'm a vociferous supporter of integration tests with an embedded servlet container and in this post I'll show how to get test coverage for the classes touched in those integration tests.
All test coverage gauging tools I know instrument code under test either at build time or run time through Java agents. Because the code under test runs in the servlet container's class loader, it may either not be properly instrumented or evade recording of its execution.
Read full article from Getting test coverage reports for integration test – George's Techblog
No comments:
Post a Comment