There is more than unit tests.
并不是只有单元测试。
A maintained suite of unit tests
一套适当的单元测试具有以下功能
When all the unit tests have run?
何时运行完所有单元测试?
单元测试漏掉许多错误。
Capture code comments in unit tests.
在单元测试中捕获代码注释。
"There are no unit tests," we chorused.
“没有单元测试,”我们齐声道。
The next step is to write the unit tests.
下一步就是编写单元测试。
书写单元测试。
In this respect, unit tests are made for them.
从这一点来说,单元测试对他们有帮助。
In fact, I just can't write enough unit tests.
实际上,我总是无法编写足够的单元测试。
Make sure that your unit tests were run correctly.
请确保您的单元测试已正确运行。
Creation of unit tests is a time consuming process.
创建单元测试是一个耗费时间的过程。
The code is "done" when all of the unit tests pass.
一旦通过全部单元测试,代码也就完成了。
Developers write the unit tests as they write code.
开发人员在他们编写代码的同时编写单元测试。
They also let you group unit tests into test suites.
它们允许把单元测试组织成测试套件。
Refactoring can work just as well without unit tests.
没有单元测试重构照样能够工作。
Unit tests were a vital part of our development effort.
单元测试是我们的开发工作中的至关重要的部分。
Unit tests are written from a programmer's perspective.
单元测试是从程序员的角度编写的。
We want our unit tests to be simple and execute quickly.
我们想要单元测试简单快速的执行。
Each individual test suite will have multiple unit tests.
每个测试套件包含多个单元测试。
The problem is to write unit tests for a Triangle object.
这个问题就是为Triangle对象编写单元测试。
Unit tests must be managed as first-class application code.
单元测试必须作为一级应用程序代码管理。
The best way to start is to create unit tests for new code.
最佳的入手方式就是为新代码创建单元测试。
They test the application at a higher level than unit tests.
它们在高于单元测试的层次上测试应用程序。
Unit tests give developers confidence that their code works.
单元测试使开发人员有信心相信他们的代码能够工作。
The building inspector is performing unit tests on the house.
建筑监理员对房子执行单元测试。
Before writing any production code, we'd write our unit tests.
在实际开始编写产品代码之前,我们需要编写单元测试。
How can you know if all functions are supported with unit tests?
您怎么知道所有的功能都通过了单元测试呢?
How can you know if all functions are supported with unit tests?
您怎么知道所有的功能都通过了单元测试呢?
应用推荐