This small utility is a shared library which when loaded into a Java VM (1.4+) which supports JVMDI will record all the lines of code executed. This is a relatively coarse coverage method, but good enough for a lot of purposes.
It is intended to be used during the test cycle to identify methods which have not been adequately tested.
其他Java Java 测试工具 开源项目资源: