Test coverage tools are generally easy to add into an established unit testing process, and the results can be reassuring.
测试覆盖工具通常可以很容易地添加到确定的单元测试过程中,而且结果可靠。
Code coverage tools let you expand the unit testing mantra of "clean and green" to "clean, green, and covered," with real benefits to the effectiveness of your unit tests.
代码覆盖工具使您可以将单元测试的符咒从“干净,绿色”上升为“干净,绿色,并且已覆盖”,这更有利于单元测试的有效性。
Unit testing isn't the only scenario where code coverage tools are useful, but it's certainly a major use case.
单元测试并不是惟一用得着代码覆盖工具的地方,但是代码覆盖工具主要还是用在这里。
Synchronization coverage: Measuring code coverage is a highly recommended practice in unit testing, but when it comes to concurrent programs, code coverage is misleading.
同步覆盖:在单元测试中极力推荐测量代码覆盖,但是在测试并行程序时使用它,代码覆盖容易产生误导。
Test coverage measurement tools are a fantastic addition to the unit testing paradigm.
对单元测试范例而言,测试覆盖度量工具是一个有点奇怪的组成部分。
I'll be looking at code coverage mainly from the standpoint of unit testing.
我主要从单元测试的角度来看代码覆盖。
In addition to the components are experimental development tools for unit testing, code coverage, and automated tests inside the browser. New in this release are.
除了这些组件之外,还有一些试验性的开发工具用于单元测试、代码覆盖率和浏览器中的自动化测试。
By producing hard Numbers for code coverage, Cobertura transforms unit testing from an art to a science.
通过生成代码覆盖率的具体数值,Cobertura将单元测试从一种艺术转变为一门科学。
A unit of measure for the testing. For example, unit test coverage is a test metric for the development team.
测试的度量单位。例如,单元测试覆盖率是开发团队的一个测试指标。
A unit of measure for the testing. For example, unit test coverage is a test metric for the development team.
测试的度量单位。例如,单元测试覆盖率是开发团队的一个测试指标。
应用推荐