• The wholes series is closely linked with the HSK tests. 8 Units of tests are in form of HSK Mock test.

    教材注重练习形式汉语水平考试接轨,共安排8个单元测试全真汉语水平考试听力理解模拟试题形式出现。

    youdao

  • Apache Click also includes an API for mock testing, which allows better unit testing, continuous integration builds, and test-driven development (TDD).

    ApacheClick包含一个用于mock测试API可以改进单元测试、连续集成构建测试驱动开发(TDD)。

    youdao

  • You'll find links to all of these mock tests and test simulators in Resourcesuse them to find your weaknesses and focus your efforts on strengthening those.

    参考资料找到所有这些模拟考试考试模拟器链接借此找到薄弱之处,然后集中精力加以巩固。

    youdao

  • 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测试方法。

    youdao

  • Mock objects mimic the behavior of classes written with the sole purpose of guiding code execution so that it falls within those areas under test.

    模拟对象将模仿出于指导代码执行惟一目的而编写行为以便测试符合代码执行要求。

    youdao

  • Finally, you can see the test step checking that the mock object did receive the correct data.

    最后可以看到测试步骤正在检查模拟对象是否收到正确数据

    youdao

  • Since the method under test is written to the interfaces, we can create a mock object for each interface for our tests.

    既然测试方法接口我们可以我们测试接口创建一个模拟对象

    youdao

  • If your test scenarios require a more complex mock controller implementation, the structure described here will provide a good starting point.

    如果测试场景需要复杂模拟控制器实现,则此处描述结构提供一个好的起点。

    youdao

  • As long as there are method executions against objects the class USES, simple mock expectations are sufficient to test those executions.

    只要针对使用对象方法执行简单模拟期望足以测试那些执行。

    youdao

  • The process for building mock objects from interfaces is simple, straightforward, and helps me develop effective unit test suites.

    接口创建模拟对象过程简单易行能帮助我们开发有效单元测试套件

    youdao

  • Examine the test specifications to remind yourself of how the tests and mock objects cooperate to verify the process behaviour.

    检查测试规范提醒自己如何结合使用测试模拟对象验证流程行为

    youdao

  • In the specialization object, override the creation method to return a mock object that accommodates your test.

    特殊化对象中,覆盖创建方法返回测试提供的模仿对象。

    youdao

  • The second option is to mock out the validation behavior and leave the test in the unit directory.

    第二选择模拟验证行为测试类保留单元目录中

    youdao

  • A mock object enables you to test your component without having to depend on the external resource.

    模拟对象允许组件进行测试不必依赖外部资源

    youdao

  • Figure 5 shows the relationship between the test specifications, the process, and the mock objects we have described.

    5显示了我们介绍测试规范流程模拟对象之间关系

    youdao

  • 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.

    随着系统演化需要不同形式测试工具包括模仿去除黄金时间尚未准备好的部分

    youdao

  • It describes the mock system objects you can use, provides tips for designing providers so that they can be tested, and lists provider-specific features you should test.

    章介绍了可以使用模拟系统对象给出了设计内容提供者的相关建议以便他们测试并且列出了应该测试的提供者功能

    youdao

  • Mock objects are used to test a portion of your code logic in isolation from the rest of the code.

    模仿对象用来单独测试代码逻辑一部分

    youdao

  • Certification test simulators take the mock-exam experience to the next level, by actually simulating the test environment.

    通过真实地模拟考试环境认证考试模拟器比模拟考试体验更逼真。

    youdao

  • This is true for mock objects defined in a common setUp() method or within the actual test method.

    对于公共setUp()方法实际测试方法定义模拟对象来说正确的。

    youdao

  • Wire the test module to the mock service module by expanding the MT_TestArchiveRetrievalApp module, and open its assembly diagram.

    通过展开MT _ TestArchiveRetrievalApp模块打开组装测试模块连接模拟服务模块。

    youdao

  • More to the point, you could easily inject a mock object instead of a real Speaker implementation, and you could do a test without affecting the rest of your code base.

    关键是,可以轻松地注入模拟对象来替代真正Speaker实现并且无需影响其他代码可以进行测试

    youdao

  • Experience shows that it's easier to construct and use mock objects from both frameworks if the overall TestCase object from which the test class extends belongs to RMock.

    经验证明如果测试扩展整个TestCase对象属于RMock,则通过两个框架构造使用模拟对象容易。

    youdao

  • In this final section, I introduce a term I invented to describe a type of test helper that is useful in writing aspect tests: mock targets.

    最后节中介绍了我自己发明的、用于描述在编写方面测试时用到的一种测试helper类型术语mock目标。

    youdao

  • By placing assertions inside the mock code, you can verify that the code under test is passing the correct arguments to its collaborators at the right time.

    通过断言放在mock代码中,可以检查测试代码是否适当时候适当参数传递协作者

    youdao

  • However, if you can't reliably and automatically test with the real class for any reason, then testing with a mock is infinitely superior to not testing at all.

    但是如果由于某种原因无法真实可靠自动地进行测试那么mock进行测试肯定根本不测试强。

    youdao

  • Now that the mock is prepared, I pass it as an argument to the method under test.

    现在mock准备好了作为参数传递给要测试方法

    youdao

  • Hosting early mock services or test versions of actual services with new consumers.

    客户提供早期Mock服务测试实际服务版本

    youdao

  • 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目标使测试更清晰了,因为测试读者不必阅读真正目标行为以及方面的行为。

    youdao

  • 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服务器,它总是返回相同的汇率。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定