Use unit tests的意思|示意

美 / / 英 / /

使用单元测试


Use unit tests的网络常见释义

使用单元测试 ... Use Unit Costs Cautiously 谨慎地使用单位成本 USE UNIT TESTS 使用单元测试 Use Item On A Unit 将物品用于一个单位 ...

Use unit tests相关例句

Behavior Driven Development goes further by directly associating unit tests (and test cases) with the requirements via the use of natural language.

行为驱动开发则更进一步,通过使用自然语言,直接把单元测试(以及测试用例)同需求联系起来。

There are any number of conventions about how to name unit tests, but our guidance is simply that you use names that make it clear what the test is checking.

如何命名单元测试有许多约定,但我们的指导是简单,你所采用的名字能清楚地表达它测试什么即可。

The best you can do to flush these errors out into the open is use a wide variety of data in your unit tests.

所以要使这些错误浮出水面,最好的办法是在单元测试中使用各种各样的数据。

You can use this embedded container to run unit tests without having to run an entire servlet container.

可以使用这个嵌入式容器来运行单元测试,而不必运行整个servlet容器。

Many developers use a variant of testing called test-after development (TAD), whereby you write the code and then write the unit tests.

许多开发人员使用称为后测试开发(TAD)的各种测试,你首先编写代码,然后编写单元测试。

Static unit tests also don't have to be intact like dynamic unit tests for the helper classes because you only use them to build and test your game.

静态单元测试也不需要像动态单元测试那样原封不动,因为你只是用它们来生成和测试你的游戏。