The mock test will comprise 10% of the students' final score.
模拟测验成绩占学期成绩10%。
When my friends were watching fireworks performance I was taking the IELTS mock test alone.
当大家欣赏焰火表演的时候,自己在空空的教室中做雅思模拟题。
The wholes series is closely linked with the HSK tests. 8 Units of tests are in form of HSK Mock test.
教材注重练习形式与汉语水平考试接轨,共安排8个单元测试,以全真汉语水平考试听力理解模拟试题的形式出现。
You'll find links to all of these mock tests and test simulators in Resources — use them to find your weaknesses and focus your efforts on strengthening those.
您将在参考资料中找到到所有这些模拟考试和考试模拟器的链接—借此来找到您的薄弱之处,然后集中精力加以巩固。
In order to test our Team Room notification function without accessing the external network or having an email validation system in place, we can write mock test methods.
为了测试TeamRoom的通知功能,而不必访问外部网络,也不使用电子邮件检验系统,我们可以编写mock测试方法。
Finally, you can see the test step checking that the mock object did receive the correct data.
最后,您可以看到测试步骤正在检查模拟对象是否收到正确的数据。
Since the method under test is written to the interfaces, we can create a mock object for each interface for our tests.
既然测试里的方法写在接口中,我们可以为我们测试的每一个接口创建一个模拟对象。
If your test scenarios require a more complex mock controller implementation, the structure described here will provide a good starting point.
如果您的测试场景需要更复杂的模拟控制器实现,则此处描述的结构将提供一个好的起点。
As long as there are method executions against objects the class USES, simple mock expectations are sufficient to test those executions.
只要有针对类使用的对象的方法执行,简单的模拟期望就足以测试那些执行。
The process for building mock objects from interfaces is simple, straightforward, and helps me develop effective unit test suites.
从接口创建模拟对象的过程简单易行,并能帮助我们开发有效的单元测试套件。
Examine the test specifications to remind yourself of how the tests and mock objects cooperate to verify the process behaviour.
检查测试规范,提醒自己如何结合使用测试和模拟对象来验证流程行为。
In the specialization object, override the creation method to return a mock object that accommodates your test.
在特殊化对象中,覆盖创建方法以返回为测试提供的模仿对象。
The second option is to mock out the validation behavior and leave the test in the unit directory.
第二个选择是模拟验证行为并将测试类保留在单元目录中。
A mock object enables you to test your component without having to depend on the external resource.
模拟对象允许您对组件进行测试,而不必依赖于外部资源。
Figure 5 shows the relationship between the test specifications, the process, and the mock objects we have described.
图5显示了我们介绍的测试规范、流程和模拟对象之间的关系。
As the systems evolve, there is the need for different forms of test harnesses, including the ability to mock or stub out parts that are not yet ready for prime time.
随着系统的演化,需要不同形式的测试工具,包括要能模仿或去除在黄金时间尚未准备好的部分。
Mock objects are used to test a portion of your code logic in isolation from the rest of the code.
模仿对象用来单独测试代码逻辑的一部分。
Certification test simulators take the mock-exam experience to the next level, by actually simulating the test environment.
通过真实地模拟考试环境,认证考试模拟器比模拟考试的体验更逼真。
This is true for mock objects defined in a common setUp() method or within the actual test method.
这对于在公共的setUp()方法中或在实际测试方法内定义的模拟对象来说是正确的。
Wire the test module to the mock service module by expanding the MT_TestArchiveRetrievalApp module, and open its assembly diagram.
通过展开MT _ TestArchiveRetrievalApp模块并打开其组装图,将测试模块连接到模拟服务模块。
At this point you can use a mock portlet container to test the portlets.
此时您可以使用一个模拟portlet容器来测试portlet。
Finally, mock objects help remove large dependencies from a test.
最后,mock对象有助于从测试中消除依赖项。
Once you have an abstract aspect, create a mock target inside your test class.
有了抽象方面后,在测试类中创建一个mock目标。
Hosting early mock services or test versions of actual services with new consumers.
为新客户提供早期Mock服务或测试实际服务版本。
To turn it on, call EasyMock.verify (mock) at the end of your test method.
要想启用它,应该在测试方法末尾调用EasyMock . verify (mock)。
Using a mock target also makes the test clearer because test readers will not have to reason about the behavior of a real target as well as the behavior of the aspect.
使用一个mock目标还使测试更清晰了,因为测试的读者不必阅读真正目标的行为以及方面的行为。
Instead of connecting to a real server that provides up-to-the-minute exchange-rate information, the test connects to a mock server that always returns the same exchange rate.
测试并不通过连接真正的服务器来获取最新的汇率信息,而是连接一个mock服务器,它总是返回相同的汇率。
In this case, I can use this mock object for only a single test case.
在这个示例中,这个mock对象只能用于测试用例。
By making your aspect general enough to affect a mock target inside a test class, you ensure that it's also easy for a real class to participate in the aspect's behavior.
通过使方面足够一般化,可以影响测试类中的mock目标,还会保证它可以容易地让真实类参与方面的行为。
To mock out the Grails validation in a unit test, add the mockForConstraintsTests method, as shown in Listing 6.
要在单元测试中模拟Grails验证,添加mockforconstraintstests方法,如清单6所示。
应用推荐