青年中文青年中文

test class的意思

test class中文翻譯:

試驗等級

相似詞語短語

class test───分類試驗

class───n.(Class)(英、德)克拉斯(人名);vi.屬于……類(或等級),被列為某類(或某級);n.階級;班級;種類;班;等級;vt.分類;把……分等級;把……歸入某等級,把……看作(或分類、歸類);把……編入某一班級;adj.極好的;很好的,優秀的,出色的

class to class───班級間

test───n.測驗,考查;測試;檢驗;化驗;v.測驗;化驗,檢查;試驗,測試;考驗

gladius class───格拉迪斯班

statistics class───統計類

elapidae class───烏賊科

hydrozoa class───水螅綱

copepoda class───橈足綱

雙語使用場景

Paste this code into your test class and save it.───此代碼粘帖到您的測試類,并保存。

Optionally the test class name can be changed.───這個測試類的名稱可以更改。

Add the code shown in Listing 6 to the test class.───添加如列表6所示的代碼到這個測試類中。

Finally, the two lines at the bottom allow you to run the tests within this test class by simply running this module.───最后的兩行負責在這個測試類內部運行測試,方法是直接運行該模塊即可。

The runner is smart enough to figure out which test class depends on which version of JUnit and invoke it appropriately.───運行程序足夠智能,可以分辨出哪個測試類依賴于哪個版本的JUnit,并適當地調用它。

If you write unit tests only using the Database Unit Test Designer, you might not be familiar with the concept of a test class.───如果您只使用資料庫單元測試設計工具來撰寫單元測試,您可能會不太熟悉測試類別的概念。

As a matter of fact, you can even combine the unit and integration flags with the name of the test class.───事實上,您甚至可以將具有單元和集成標志與測試類的名稱組合在一起。

As an example, use a relatively simple class and a test class to go along with it.───舉例來說,在項目中使用一個相對簡單的類和測試類。

So make sure you have factory-creation code in your test class, and you're ready to work with the XPath class.───因此測試類中一定要包含工廠創建代碼,以便能夠使用XPath類。

英語使用場景

Your test class now has a protected field called account, and the test method initializes it.