-
整个系统包括两个部分:教学单元、练习与测试单元。
The system consists of two part: the teaching part and the exercise part.
youdao
-
通过这种方式,我写的每一个测试被添加到测试单元中。
That way each test I write is added to the suite.
youdao
-
因为有某种测试,有时你会知道单元结束了。
Sometimes you know the unit is over because there is some kind of test.
youdao
-
何时运行完所有单元测试?
When all the unit tests have run?
youdao
-
什么是单元测试?
What is unit testing?
youdao
-
单元测试环境的关键特征和功能是什么呢?
What are the key features and functions of the unit test environment?
youdao
-
“没有单元测试,”我们齐声道。
"There are no unit tests," we chorused.
youdao
-
它们允许把单元测试组织成测试套件。
They also let you group unit tests into test suites.
youdao
-
任何注释都应在单元测试内捕获。
Any comment should be captured in a unit test.
youdao
-
顺便说一下,这也使得单元测试更加容易。
This also makes for easier unit testing by the way.
youdao
-
现在,我需要一个后测试的单元测试以确定它是否可以工作。
Now, I need a test-after unit test to determine if it works or not.
youdao
-
一旦通过全部单元测试,代码也就完成了。
The code is "done" when all of the unit tests pass.
youdao
-
运行单元测试。
Run the unit test.
youdao
-
您还应该熟悉重构和常规的单元测试。
You should be familiar with refactoring and normal unit testing as well.
youdao
-
传统的开发人员测试在单元级别上发生。
Traditional developer testing takes place at the unit level.
youdao
-
因为这样做单元测试比较容易。
Because it will be easier to unit test.
youdao
-
单元测试能力。
Unit test capability.
youdao
-
书写单元测试。
Write unit tests.
youdao
-
在单元测试中捕获代码注释。
Capture code comments in unit tests.
youdao
-
这正是单元测试发挥作用的时机。
This is where unit testing comes to the rescue.
youdao
-
答案是您现在运行的是单元测试。
The answer is that you are running a 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
-
请确保您的单元测试已正确运行。
Make sure that your unit tests were run correctly.
youdao
-
为需要的新功能撰写单元测试。
Write a unit test for the desired new capability.
youdao
-
所以这就是我的单元测试流程。
So here's my unit test procedure.
youdao
-
单元测试漏掉许多错误。
Unit tests miss many bugs.
youdao
-
制定一个单元测试计划。
Develop a unit testing plan.
youdao
-
类图交付单元测试所需的构架信息。
Class diagrams deliver the structural information unit testers need.
youdao
-
不要受单元测试的教条所限。
Don't get stuck on unit testing dogma.
youdao