teardown 双语例句
全部
1·Write the setup and teardown methods.
编写setup和teardown方法。
2·FBI Vehicle-Tracking Device: The teardown.
FBI的汽车跟踪设备:拆解。
3·Each test function call is sandwiched between a call to setUp and tearDown.
每个测试函数的调用被夹在setUp和tearDown调用之间。
4·So, why don't you add this functionality in the setup/teardown routines?
那么,为什么不在设置/清除例程中添加这种功能呢?
5·These teardown reports provide a glimpse into a company's manufacturing.
由此而来的这些“拆机报告”提供给我们一个机会一睹一家公司的生产作业。
6·Moving on to py.test, it by default provides no support for setup and teardown.
test 在默认情况下不提供对 setup 和 teardown 的支持。
7·It provides a template for writing tests with setup, execution, and teardown.
JUnit提供一个用于编写测试的模板,该模板可以安装、执行和卸载。
8·Therefore, it's a good idea to use assertion macros in the TearDown code for better maintenance.
因此,为了便于维护,最好在TearDown代码中使用断言宏。
9·A huge issue in designing and writing a test suite is how to handle common setup and teardown code.
在设计和编写测试套件时,一个大问题是如何处理共同的setup和teardown代码。
10·The setUp method is called before execution of a unit test, and tearDown is called when the test is executed.
在执行单元测试之前调用setUp方法,在测试执行完时调用tearDown。