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.