Unit test code的意思|示意
单元测试代码
Unit test code的网络常见释义
单元测试码 ... unit numerical code 五单位数字保护电码 Unit test code 单元测试码 unit teletype code 五单位电传打字码 ...
Unit test code相关短语
1、 Code and Unit Test 编码和单元测试 ; 详细翻译
2、 Code The Unit Test First 测试先行
3、 Code and Unit Test phase 编码和单元测试阶段
Unit test code相关例句
The code being edited is on the Unit Test feature.
正被编辑的代码位于Unit Test特性上。
The need to insulate development teams from changes that occur to subsystems that they depend on during the code and unit test phase of the SDLC.
需要使开发团队避免对子系统进行修改,他们需要在SDLC的编码和单元测试阶段依赖这些子系统。
It is reasonable to expect that programmers will unit test their code before adding it to the rest of the project.
要求程序员在将代码加入项目其他部分中时要进行单元测试,这种想法是合理的。
So the code is "clean and green," according to my simple unit test case — but that's meaningful only if I'm really testing the code thoroughly.
根据前面简单的单元测试用例,这块代码是“干净,绿色”的——但只有在我真正彻底地测试这块代码的情况下这才有意义。
The result is code that is easy to unit test, easy to substitute, easy to maintain, easy to change, etc.
这样得到的代码更易于做单元测试、易于替代、易于维护、易于修改等等。
Simply put, unit testing means writing code to test other code.
简单地说,单元测试是用代码测试代码。