code coverage tool的意思|示意

美 / / 英 / /

代码覆盖工具


code coverage tool的网络常见释义

代码覆盖工具 ...中最常被到的工具是:多线程测试(multi-threaded tests),整体单元测试(hierarchial unit tests),代码覆盖工具(code coverage tool)。

code coverage tool相关例句

As you can see, using a code coverage tool can uncover important code that doesn't have a corresponding test case.

正如您看到的,使用一个代码覆盖工具可以揭露重要的没有相应测试案例的代码。

Looks like you need code coverage tool, which analyzes your solution and shows which lines of code tested and which are not.

看起来你需要代码覆盖率工具,分析解决方案,显示这行代码测试,哪些不是。

This tool enabled us to look at our unit tests. code coverage in two ways: with the coverage Browser or the file-specific coverage Fileview.

这个工具能够使我们浏览我们的单元测试;以两种方法进行代码覆盖测试:使用Coverage Browser或者指定文件的Coverage Fileview方式。

Next, I run a code coverage tool, such as Cobertura, and get the report shown in Figure 1.

接下来,我将运行一个代码覆盖率工具,比如Cobertura,并将获得如图1中所示的报告。

A code coverage tool reports test coverage — either in the form of line or branch coverage — that represents the amount of code that is being touched when a test is run.

代码覆盖工具可报告测试覆盖率——以行覆盖或分支覆盖形式表示——它表示测试运行时所涉及的代码量。

As the test material is run against it, the code coverage tool USES these hooks to log the journey each test takes as it executes.

当测试材料遇到这些钩子时,代码覆盖工具使用这些钩子来记录每个测试在其执行时所经历的过程。