• 真正重要框架代码编写好,经过仔细调优好的测试

    What actually matters is that the framework code is well written and carefully tuned and well tested.

    youdao

  • 编写具有更多代码(从而可实现多功能)测试通常要以附属框架形式执行更多的调查工作。

    Writing tests that reach more code and therefore exercise more functionality usually takes more legwork in the form of adjunct frameworks.

    youdao

  • 框架带有一些代码示例,包括图书馆电子邮件客户端以及面向文档应用程序,另外还带有单元测试的基本支持

    The framework also comes with code samples for a book library, an email client, a document oriented application, and also basic support for unit tests.

    youdao

  • 单元测试框架比如JUnit允许测试服务器上运行代码

    Unit testing frameworks, such as JUnit, let you test the code that runs on your servers.

    youdao

  • 产生代码基于JUnit框架扩展所以如果已经有了针对已有JUnit测试类库,你就可以IRAD环境中导入运行它们

    The generated test code is based on an extension to the JUnit framework, so if you already have a library of existing JUnit tests you can import and run them within the IRAD environment.

    youdao

  • 框架实行UImodule测试代码分离从而有利于重构。

    The framework enforces the separation of UI modules from the test code, allowing easy refactoring.

    youdao

  • 根据工程规范使用建议步骤JUnit框架开发测试代码

    Developed the test code according to the project specification using the Suggested steps and the JUnit framework.

    youdao

  • 例如通常使用DbUnit框架帮助管理数据库以便组件测试验证依赖数据库数据代码功能

    For example, I often employ the DbUnit framework to help manage a database so that my component tests can verify the functionality of code that relies on the database's data.

    youdao

  • 本文详细讨论了三种Python测试框架如何检查代码选择它们认为包含测试模块

    The article has now covered all of the details about how these three Python testing frameworks examine your code base and select which modules they think contain tests.

    youdao

  • Moq目标就是为了帮助那些编写测试代码使用Mocking框架开发人员

    Moq targets those developers who are writing tests but are not using mocking frameworks.

    youdao

  • 对于第2部分讨论性能测试每一数据绑定框架生成代码

    For the performance tests I'll cover in Part 2, I generated code using each of these data binding frameworks.

    youdao

  • 这些框架支持简单测试方法项目不再需要运行测试编写维护专门代码

    These support more simple test idioms, and can replace the ad-hoc code that projects have traditionally had to write and maintain for running their tests.

    youdao

  • 即使开发团队没有使用测试驱动开发方式,拥有一个可编程的能测试实际UI代码框架对于回归集成测试也是很有价值的

    Even if a development team does not practice test-driven development, having programmatic tests exercise UI code is valuable for regression and integration testing.

    youdao

  • 对于那些使用多个测试框架测试他们代码的人员而言,Gallio能够提供一个单独集成自动化

    For those who want to use multiple test frameworks against their code base, Gallio can provide a single integration and automation point.

    youdao

  • 为了消除这些重复代码许多测试框架提供一次性指定每个测试需要运行setupteardown 代码的机制。

    To eliminate repetitious code like this, many testing frameworks provide a way to indicate once what setup and teardown code needs to run for each of entire groups of tests.

    youdao

  • 即使现在已经很多测试框架例如TestNG、SeleniumFEST,但不对代码进行测试理由仍然充分。

    Even with the abundance of testing frameworks like TestNG, Selenium, and FEST, the reasons for not testing code are manifold.

    youdao

  • 首先根据规范使用JUnit框架创建测试案例然后开发实际代码

    Test cases were created first according to the specification using the JUnit framework, and then the actual source code was developed.

    youdao

  • Py devEclipse模块附带几个代码片段其中之一可以为代码快速构建一个单元测试框架

    The Pydev Eclipse module comes with several code snippets, including one for rapidly creating a unit test framework around which to build your code.

    youdao

  • 这个框架容易满足大多数基准测试需求只要目标代码打包特定类型任务对象(CallableRunnable),然后调用benchmark

    The framework is easy to use for most benchmarking needs: just package the target code into some type of task object (either a Callable or Runnable) and then make a single call to the benchmark class.

    youdao

  • 说明处理GUI事件威力Rx框架已经SilverlightToolkit单元测试中使用包含代码封装System . Reactive . dll

    To demonstrate its power in handling GUI events, the Rx framework has been used in Silverlight Toolkit Unit Test and it's been included in its source code, packaged in System.Reactive.dll.

    youdao

  • 使用单元测试案例使用组件测试案例的JUnit框架工程代码进行测试

    Tested the project source using JUnit framework using both unit and component test cases

    youdao

  • 为了演示这个框架使用方法,main 替换为清单 2中的代码从而重新对 清单1 中的代码进行基准测试

    As a quick application of the framework, I'll rebenchmark the code in Listing 1 by replacing main with the code in Listing 2

    youdao

  • 集成单元测试以及测试框架紧密集成便于生命周期更早更快地生成质量更好代码(降低了成本提高了工作效率)。

    Integrated unit testing and close integration with a testing framework facilitates earlier creation of better quality code sooner in the life cycle (cutting costs and increasing productivity).

    youdao

  • 该文给出详细方案设计代码框架通过测试验证隐蔽通道的有效性。

    Detail design and code framework are given, tests are done to validate the network covert channel.

    youdao

  • 系统软件采用了模块化软件框架思想,提高了代码使用效率,使快速搭建测试系统成为可能,也利于系统功能的更新

    The open ATS structure was introduced when we built the testing system, which made the expansion and update possible. The software of the system adopted a modularized framework.

    youdao

  • 持续集成非常看重测试,并且软件代码本身中达到了测试自动化——将其称为测试代码通常使用流行XUnit测试框架版本

    Continuous Integration assumes a high degree of tests which are automated into the software: a facility I call self-testing code. Often these use a version of the popular XUnit testing frameworks.

    youdao

  • 持续集成非常看重测试,并且软件代码本身中达到了测试自动化——将其称为测试代码通常使用流行XUnit测试框架版本

    Continuous Integration assumes a high degree of tests which are automated into the software: a facility I call self-testing code. Often these use a version of the popular XUnit testing frameworks.

    youdao

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

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

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