Coverlipse is an Eclipse plugin that visualizes the code coverage of JUnit Tests. It is unique for it integrates seamlessly in Eclipse. The coverage results are given directly after a JUnit run. This makes it the perfect tool for developers to recognize their tests fullfil their task. Its features are:
- All Uses Coverage
- Block Coverage (also known as Statement Coverage)
- Branch Coverage (Not so soon to come)
- Just one test run is needed for evaluation of all coverage criterias
- No configuration methods to learn - the configuration is done the same way as normal JUnit runs in Eclipse.
- Easy way to include/exclude packages from the test
- Direct feedback in the Eclipse Java Editor
- Explanation of the results in specialized views
其他Java Java 测试工具 开源项目资源: