What is the translation of " UNIT TESTS " in Chinese?

['juːnit tests]
['juːnit tests]
单元测
测试单位

Examples of using Unit tests in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Unit tests cannot.
建设单位举证不能.
We have unit tests.
我们有一些测试单位
All unit tests should be completely independent.
每个测试单元必须完全独立。
Naturally we have unit tests.
我们有一些测试单位
Turn most unit tests into assertions.
将大多数单元测试转换为断言。
Your users also don't care about your unit tests.
用户也不在乎你的单元测试
Don't leave unit tests outside the package directory.
不要将单元测试留在包目录之外。
Another client of mine also had too many unit tests.
我的另一个客户也有太多的单元测试
Thus, Thing's unit tests do not need to be updated.
因此,Thing的单元测试也不需要更新。
What would having better unit tests give the team?
更好的单元测试会给团队带来什么?
You need unit tests to confirm individual components of the code work correctly.
你需要单元测试来确认代码的各个组件是否能够正确工作。
A lot of companies see the value in writing unit tests, and it is a very useful skill to have.
许多公司看到了编写单元测试的价值,这是一项非常有用的技能。
Unit Tests for the above classes(including test class and test data).
上述类的单元测试(包括测试类和测试数据).
However, for local testing and unit tests, you can pass“local[*]” to run Spark Streaming in-process.
然而,对于本地测试和单元测试,你可以传递"local[*]"去运行SparkStreaming过程(检测本地系统中内核的个数)。
Unit tests are small and more focused,testing one module in isolation at a time, and can test private interfaces.
单元测试倾向于更小而更集中,在隔离的环境中一次测试一个模块,或者是测试私有接口。
To be clear, I am not against unit tests or TDD and claiming we should all gung-go cowboy code our way through life.
需要澄清的是,我并不是反对单元测试或TDD,并且声称我们所有人都应该按照生活中的方式编写代码。
Unit tests then use TestFoo to test the functionality of Foo without incurring the side effect of using a real Dangerous object.
这样,单元测试就可以使用TestFoo来测试Foo的功能,从而避免了使用Dangerous对象带来的副作用。
By creating and running unit tests against your code, you can easily verify that the logic of individual units is correct.
通过针对代码创建和运行单元测试,您可以轻松验证各个单元的逻辑是否正确。
Unit tests generally don't read from or write to disk, render to screen, or receive user actions from outside the process running the test..
单元测试通常不会读写磁盘,将数据渲染到屏幕,也不会从运行测试进程的外部去接收用户的操作。
If you are not allowed to write unit tests at your work place, try getting into a habit of writing them in your personal projects.
如果你不被允许在你的工作代码中编写单元测试,那么尝试养成在你的个人项目中编写单元测试的习惯。
Unit tests are commonly used to verify that refactored code still generates the expected output, but they are not always ideal for comparing database results.
单元测试通常用于验证refactored的代码仍生成在预期的输出,但它们并不总是适合比较数据库结果。
But more important than the skill, unit tests broaden the developer's mind to think outside of the box and scan for all possible situations.
比这项技能更重要的是,单元测试能够扩宽开发者的视野,从全局考虑问题,检查所有可能的情况。
When using unit tests to search for 64-bit errors, you are likely to encounter some unpleasant things.
当用单元测试来检查64位错误时,你也许会遇到一些不愉快的事情。
We should write unit tests and yet usually this is the first action that we skip when we're running out of time.
我们应该写单元测试,但这也通常是我们发现没时间时跳过的第一步。
The majority of unit tests I came across tended to be in open source projects, and the disconnect has always bothered me.
我接触到的大部分单元测试都来自于开源项目,而那种无关联性又常常困扰着我。
Debugging and unit tests cannot be relied on to find such bugs with any consistency, so simplicity of design is paramount.
调试和单元测试将不能依据任何一致性来找到bug,因此设计的简单性是最高准则。
Running unit tests after every build helps you to quickly catch and fix software regressions introduced by code changes to your app.
在每次编译后运行单元测试可帮助您快速捕捉和修复由应用的代码更改导致的软件回归。
Isolation- unit tests should focus on as small a piece of functionality as possible, and be de-coupled from unreliable or slow dependencies.
隔离单元测试应把重点放在小的一块功能成为可能,并解耦不可靠的或低依赖.
You create your unit tests like any other Ruby class, subclassing your test from Test: :Unit: :TestCase.
可以像创建其他Ruby类一样创建单元测试,这需要对Test::Unit::TestCase进行子类化。
The thousands of unit tests provided complete the source code making it very useful in creating controls with the desired look and behavior.
大量的单元测试所提供的完整源代码,对于创建具有想要的外观和行为的控件来说是很有用处的。
Results: 198, Time: 0.032

Word-for-word translation

Top dictionary queries

English - Chinese