test-unit的意思|示意

美 / / 英 / /

试验装置;试验设备


test-unit的网络常见释义

运行单元测试 ... Optical Test Access Unit 光路测试切换装置 test-unit 运行单元测试 test replaceable unit 测试更换单元 ...

test-unit相关短语

1、 test unit 试验装置 ; 试验设备 ; 检测单元 ; 测试单元

2、 auxiliary test unit 辅助测试装置

3、 channel test unit 信道测试装置

test-unit相关例句

To run this unit test, create a run configuration for the unit test class as a test: : unit type.

要运行这个单元测试,应该为单元测试类创建一个Test: Unit类型的Run配置。

To verify that the redirect happens as expected, add a testIndex() method to test/unit/UserControllerTests.groovy, as shown in Listing 19

要验证是否按预期发生了重定向,将一个 testIndex() 方法添加到 test/unit/UserControllerTests.groovy,如清单 19 所示

Listing 7. The test \ unit path listing.

清单7 . test \ unit路径列表。

Once you've done that, you can gradually change from Test::Unit to Rspec syntax. TestCases can be changed gradually to example groups; tests to examples; and assertions to expectations.

采用这一方式,您就可以逐渐的从Test::Unit过渡到Rspec格式,渐进的完成TestCases到example groups、tests到examples和assertions到expectations的转换。

This statement will load the Test: : Unit module.

这个语句将装载test: Unit模块。

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

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