青年中文青年中文

teardown的意思

teardown中文翻譯:

n.拆卸;待拆房屋

相似詞語短語

stearic acid benefits───硬脂酸的好處

boys tears───男孩的眼淚

aponeurotic tear───腱膜撕裂

tears apart───把……弄亂;使……分裂

Tears Of Love───愛的眼淚

stearic acid and glycerol───硬脂酸和甘油

tear us down───把我們打倒

tear part───撕裂部分

basal tear───基底撕裂

cauterized tear ducts───燒灼淚道

雙語使用場景

Write the setup and teardown methods.───編寫setup和teardown方法。

FBI Vehicle-Tracking Device: The teardown.───FBI的汽車跟蹤設備:拆解。

Each test function call is sandwiched between a call to setUp and tearDown.───每個測試函數的調用被夾在setUp和tearDown調用之間。

So it's common for a system on five-day operation to begin producing black specks only a few weeks after a complete teardown and cleaning.───所以,在一個設備完全拆卸和清洗后的幾個星期中,一個每周開五天的設備通常會產生黑點。

Normally, these components don't run without a container, requiring you to perform special setup before testing and teardown afterward.───通常,這些組件沒有容器不能運行,并要求您在測試前和拆卸后執行特殊設置。

The Palm Beach pad, if it was priced low enough, could be sold as a teardown and used as raw land to build a new place.───如果棕櫚海灘那處房產賣得夠低的話,那么買家可能會選擇買來拆毀重建新房。

The setUp method is called before execution of a unit test, and tearDown is called when the test is executed.───在執行單元測試之前調用setUp方法,在測試執行完時調用tearDown。

The next steps in a teardown are identifying the parts and calculating the costs of materials and assembly.───拆解的下一步工作就是辨認零部件以及計算這些零部件在材料和裝配方面的成本。

You can also define a Setup function to be run before a test case is executed and a TearDown function to be run after it completes.───你也可以定義Setup和TearDown方法使其分別在執行測試前和完成后運行。

英語使用場景

Engines are their trays of components are then brought together into the assembly area and a reversion of the tear-down process commences.

All three frameworks this article is looking at, zope.testing, py.test, and nose, support the standard setUp() and tearDown() routines of any unittest.TestCase classes that the programmer writes.

It occurs to many developers after authoring a few standard unit test functions that it would be better to move the call to verify from the test functions to the tearDown function.

To eliminate repetitious code like this, many testing frameworks provide a way to indicate once what setup and teardown code needs to run for each of entire groups of tests.

And, third and finally, any setUp() and tearDown() methods on TestCase subclasses will be correctly run, in the standard fashion, before and after the tests that the class contains.

The tearDown function provides the test author with his or her opportunity to clean up or reset the test fixture.

A huge issue in designing and writing a test suite is how to handle common setup and teardown code.

JUnit 4 also introduces a new feature that really has no equivalent in JUnit 3: class-scoped setUp() and tearDown() methods.

Though zope.testing provides no extra support of its own for setup and teardown, the z3c.testsetup extension that was discussed above does something interesting with doctests.