• 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 can combine mock object testing with a variety of techniques and technologies.

    可以模仿对象测试各种技巧技术组合起来。

    youdao

  • Several books and papers show how to use mock objects in unit testing. These describe the capabilities that mock objects should have and how to use them.

    一些书籍论文讲述如何单元测试使用模拟对象描述模拟对象应该具备能力以及如何使用他们

    youdao

  • This allows for a reliable testing strategy that USES dynamic mock objects.

    需要考虑使用动态模仿对象可靠测试策略

    youdao

  • I hope that you see the benefits of using mock objects in unit testing. I also hope this brief tutorial helps you see how to create mock objects easily.

    希望你们能够发现单元测试使用模拟对象益处希望篇简短指南能够帮了解如何简单地创建模拟对象。

    youdao

  • A mock object is a replacement for a real object that we create for the express purpose of testing.

    为了达到快速测试目的我们创建模拟对象代替真实的对象。

    youdao

  • We will enable such testing by creating a suitable mock object.

    我们通过创建合适模拟对象来启用此类测试

    youdao

  • For example, for testing purposes you can replace a heavy database implementation with a lighter-weight mock implementation.

    举例来说,出于测试目的可以模拟轻量级数据库实现替代实际的大型数据库。

    youdao

  • We have seen how simple mock objects can enable repeatable unit testing of a BPEL process, and described a simple framework that greatly eases the construction of mock objects.

    我们了解简单模拟对象如何实现BPEL流程可重复单元测试描述了一个简单的框架框架极大地简化了模拟对象的构造

    youdao

  • Mock objects were championed by Tim Mackinnon, Steve Freeman, and Philip Craig 1 and have become a staple in the unit testing toolbox.

    模拟对象TimMackinnonSteve FreemanPhilipCraig1支持成为单元测试工具箱主要组成部分

    youdao

  • Wicket supports out-of-container unit testing through the use of a built-in mock object framework.

    Wicket通过使用内置模仿对象框架提供对容器外单元测试支持

    youdao

  • Kent Beck describes a mock object as a testing object, one that implements a fake version of an expensive or complicated resource by answering constants.

    KentBeck模拟对象描述测试对象,该对象可以使用常量进行响应,从而实现开销大复杂资源模仿版本

    youdao

  • A new tutorial by Upul Godage describes how to use Apache Synapse to mock web services for development and testing.

    UpulGodage写的一个新的教程描述如何使用ApacheSynapse开发测试模仿webservices

    youdao

  • This flexibility also makes unit testing your code much, much easier, since you can swap out real components for mock objects during your tests.

    这种灵活性使得能够更加容易地进行单元测试因为测试期间,你可以真实组件替换Mock对象

    youdao

  • If you have no unit testing, you also don't have mock objects or other testing techniques common in code.

    如果没有单元测试,你的代码不会公共Mock对象其它测试技术

    youdao

  • Fixtures allow you to specify data for testing, and finally, mock objects let you concentrate on testing the core application without worrying about accessing network connections or external systems.

    可以使用fixture指定测试数据mock对象我们能够集中精力测试应用程序核心功能不必为网络连接外部系统操心。

    youdao

  • Languages with advanced metaprogramming capabilities, such as Ruby and Lisp, allow some testing tricks that other languages don't, such as easier access to mock objects.

    具有高级元编程(metaprogramming)能力语言例如Rubyand Lisp,允许使用其他语言支持的一些测试技巧,例如更容易访问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

  • Any time you have an interface that needs to return certain results for purposes of testing, you can just create a quick mock.

    如果需要返回特定接口需要测试可以快速地创建mock

    youdao

  • Using mock containers reduces your testing time without compromising the portal server functions.

    使用模拟容器可降低测试时间不减弱门户服务器功能。

    youdao

  • That's why we recommend testing mock up designs, existing websites and even competitor websites before the development phase of a project.

    就是为什么我们推荐网站进入开发进程测试原型设计已有网站,甚至是竞争对手网站。

    youdao

  • In an undated picture, a mock-up of the A-12 spy plane sits perched upside down on a testing pylon at Area 51-part of radar tests to reveal revealed how visible, or invisible, the design was to radar.

    一张未标明日期的图片中架实物模型A - 12间谍飞机倒挂着停放51区的一个测试上,这是为了测试该飞机的外观在雷达上可视不可视的程度

    youdao

  • Clients often ask me to explain to their boards why we're running user tests. And why we spend our time user testing mock-ups, rather than the finished website.

    客户经常他们管理层解释为什么我们进行用户测试,为什么我们要花更多时间测试网站原型不是已实现的网站。

    youdao

  • The isolated notion of unit testing is behind the myriad mock-object libraries that facilitate isolating a particular object from its external dependencies.

    单元测试隔离概念无数模拟对象库作后盾这些便利了将一个特定的对象外部依赖项中隔离出来。

    youdao

  • A mock is a "fake" object that allows you to focus on testing important features within the scope of the Rails project, rather than on interactions with external systems that you have no control over.

    mock一个对象它让我们能够集中精力测试Rails项目范围重要特性而不必关注无法控制的外部系统的交互。

    youdao

  • Your Principal object is also a mock; we've taken the approach of implementing a MockPrincipal that associates groups directly with the principal for convenient testing.

    Principal对象也是mock我们采用实现 MockPrincipal方法,将主体直接关联,以方便测试

    youdao

  • Not only is this easier to read, but it also helps with unit testing-we can unit test the action method without needing to mock the convenience properties of the controller class.

    不仅易于阅读而且有助于单元测试—我们需要模仿控制器便利属性能够单元测试这个动作方法

    youdao

  • Dependency injection bolsters unit testing by enabling a mock implementation of a service to be world of warcraft gold injected into the service being tested.

    依赖注入工作台通过实现一个模拟实现服务成为服务注入魔兽世界黄金测试单元测试

    youdao

  • Dependency injection bolsters unit testing by enabling a mock implementation of a service to be world of warcraft gold injected into the service being tested.

    依赖注入工作台通过实现一个模拟实现服务成为服务注入魔兽世界黄金测试单元测试

    youdao

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

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

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