Test Coverage: Percent of the code that has been tested.
测试覆盖率:代码被测试过的百分比。
Code coverage tools give you one way to measure test completeness.
代码覆盖工具为您提供了一种度量测试完整性的方法。
Problem has been found for which no test exists: code coverage.
发现的问题没有被测试过:代码覆盖率问题。
The test above was run as a simple JUnit test without code coverage.
以上测试是作为简单的JUnit测试运行的,没有代码覆盖。
To perform code coverage analysis of a test suite, follow these steps
进行代码覆盖率分析的主要步骤为
All test runs that are currently in memory that contain code coverage data is listed.
列出了所有当前位于内存中的包含代码覆盖率数据的测试运行。
All test runs that are currently in memory that contain code coverage data is listed.
列出了所有当前位于内存中的包含代码覆盖率数据的测试运行。
应用推荐