-
像往常那样,该类的单元测试应该捕获其每个方法的功能。
As always, the unit tests for that class should capture the functionality for each of its methods.
youdao
-
在早期,我们将应用程序交给顾客之前,我们的开发人员就利用 RAD 进行了最初的单元测试。
Early on, our developers used RAD for the initial unit testing before we turned the application over to the customer.
youdao
-
不必每天运行所有自动化的单元测试,而只运行此特定交付或迭代需要通过的测试。
Instead of running all your automated unit tests every day, only run the ones that need to pass for this particular delivery or iteration.
youdao
-
许多开发人员使用称为后测试开发(TAD)的各种测试,你首先编写代码,然后编写单元测试。
Many developers use a variant of testing called test-after development (TAD), whereby you write the code and then write the unit tests.
youdao
-
“没有单元测试,”我们齐声道。
"There are no unit tests," we chorused.
youdao
-
在单元测试中避免使用域对象。
Avoid using domain objects in unit tests.
youdao
-
任何注释都应在单元测试内捕获。
Any comment should be captured in a unit test.
youdao
-
我布置了关于编写单元测试的作业。
I assign homework involving the writing of unit tests.
youdao
-
这正是单元测试发挥作用的时机。
This is where unit testing comes to the rescue.
youdao
-
因为这样做单元测试比较容易。
Because it will be easier to unit test.
youdao
-
我们想要单元测试简单快速的执行。
We want our unit tests to be simple and execute quickly.
youdao
-
每个测试套件包含多个单元测试。
Each individual test suite will have multiple unit tests.
youdao
-
为需要的新功能撰写单元测试。
Write a unit test for the desired new capability.
youdao
-
所以这就是我的单元测试流程。
So here's my unit test procedure.
youdao
-
功能测试与单元测试相差甚远。
Functional tests and unit tests are vastly different.
youdao
-
为何需要单元测试和单元测试框架?
Why you need unit testing and unit testing frameworks?
youdao
-
它们允许把单元测试组织成测试套件。
They also let you group unit tests into test suites.
youdao
-
在单元测试中捕获代码注释。
Capture code comments in unit tests.
youdao
-
在现有实现上实现单元测试。
Implement unit tests on existing implementation.
youdao
-
不要受单元测试的教条所限。
Don't get stuck on unit testing dogma.
youdao
-
最后,执行确定的单元测试。
Lastly, any defined unit tests are executed.
youdao
-
何时运行完所有单元测试?
When all the unit tests have run?
youdao
-
制定一个单元测试计划。
Develop a unit testing plan.
youdao
-
单元测试漏掉许多错误。
Unit tests miss many bugs.
youdao
-
本文探究单元测试与功能测试之间的区别。
This article explores the differences between unit testing and functional testing.
youdao
-
包括了回归测试和单元测试。
Regression and unit tests are included.
youdao
-
对SCA组件进行单元测试。
Unit test the SCA component.
youdao
-
什么是单元测试?
What is unit testing?
youdao
-
首先,我们写了示例,或者叫单元测试。
We write our example, or unit test, first.
youdao
-
自动化单元测试。
Automate unit tests.
youdao