• With test-driven development (TDD), you use unit tests to help design your code.

    利用测试驱动开发(TDD),单元测试帮助设计代码

    youdao

  • One way to specify the behavior implicitly is to use unit tests written with JUnit (see Resources).

    隐式地指定行为的方法使用JUnit(请参阅参考资料)编写单元测试

    youdao

  • Many developers use a variant of testing called test-after development (TAD), whereby you write the code and then write the unit tests.

    许多开发人员使用称为测试开发TAD各种测试,首先编写代码然后编写单元测试

    youdao

  • This means that you can use it in any number of different circumstances: unit tests, production code, and so on.

    意味着可以不同情况下使用单元测试生产代码等等

    youdao

  • It includes an extensive set of unit tests with the source code. Developers can modify the library and use the test to verify its functionality.

    包含了一广泛单元测试源代码开发者可以修改函数库源代码使用单元测试验证其功能。

    youdao

  • Although it might seem like overkill to create unit tests for a small application like this, it really does build good programming practices to use this approach for even the smallest of projects.

    尽管这么应用程序创建单元测试似乎有点儿过分了但是实际上即使对于最小项目使用这种方式也是良好编程习惯

    youdao

  • This is why we use good design practices and automated feedback loops like unit or system tests; to keep things easy to change.

    就是为什么我们使用好的设计实践单元测试系统测试这样的自动化反馈是为了修改变得容易。

    youdao

  • Use cases and the supporting artifacts are invaluable drivers for identifying and creating Unit, Function, System Integration, and User Acceptance tests.

    对于识别创建单元功能系统集成以及用户验收测试来说,相应的支持工件价值无法估量驱动

    youdao

  • You can also use this embeddable container easily with unit tests.

    可以这个嵌入容器轻松用于单元测试

    youdao

  • Typically the Business requirement is written and the team will drill down to flesh out the use cases that will drive the tests cases, the unit tests and ultimately the implementation code.

    通常编写业务需求后,团队成员进行深入的探讨,建立起具体的,由这些用例驱动测试用例、单元测试最终代码实现

    youdao

  • Behavior Driven Development goes further by directly associating unit tests (and test cases) with the requirements via the use of natural language.

    行为驱动开发则更进一步通过使用自然语言直接单元测试(以及测试用例)需求联系起来。

    youdao

  • The best you can do to flush these errors out into the open is use a wide variety of data in your unit tests.

    所以使这些错误浮出水面最好办法单元测试中使用各种各样数据

    youdao

  • Service tests for service use cases are no different, although they may be thought of more as functional tests than unit tests.

    服务服务测试没有什么不同不过更多地其看作功能测试,而不是单元测试。

    youdao

  • That's what these unit tests are: a set of coded use cases that document what a class does, given a controlled set of inputs.

    就是单元测试一系列记录做工作代码,提供输出控制

    youdao

  • But reading and writing files in unit tests slows tests and requires adding more complexity (like creating a temp directory and cleaning up files after use).

    单元测试文件会减缓测试,增加更多复杂性(创建临时目录和在使用清除文件)。

    youdao

  • You can use this embedded container to run unit tests without having to run an entire servlet container.

    可以使用这个嵌入式容器运行单元测试不必运行整个servlet容器。

    youdao

  • Even if you choose to edit code in another program, you can use Zend Studio to debug classes, methods, and unit tests.

    即使选择另一个程序编辑代码,也可以利用Zendstudio调试方法单元测试

    youdao

  • Unit tests are written from the developer's perspective and focus on particular methods of the class under test. Use these guidelines when writing unit tests

    单元测试是从开发人员角度出发编写并且关注测试特定方法

    youdao

  • Whether or not you use Contract4J with your unit tests, thinking about the contract of your components will improve your designs.

    不论是否使用Contract4J进行单元测试考虑组件合约都会改进设计。

    youdao

  • Download PHPUnit and start adding unit tests for your PHP scripts you can use for testing upgrades.

    下载PHPUnit开始用于测试升级php脚本添加单元测试

    youdao

  • You will still want to use JUnit to create unit tests for logic that are called without a Web harness.

    仍然希望利用JUnit那些没有利用Web调用逻辑创建单元测试

    youdao

  • The JBoss RESTEasy implementation comes with a lightweight embeddable servlet container called TJWS that you can use within unit tests to make remote invocations to JAX-RS Web services.

    JBossRESTEasy实现附带一个轻量级可嵌入servlet容器TJWS用于单元测试JAX - RSWeb服务进行远程调用

    youdao

  • Therefore we can use a base test class for all Wicket-related unit tests.

    因此我们可以所有Wicket相关的单元测试创建一个测试

    youdao

  • Use Tools (Static Analysis, Unit Test, Continuous Integration, Automated Acceptance Tests) to help the teams find, reduce and measure their debt load.

    使用工具(静态分析单元测试持续集成自动化可接受性测试)帮助团队发现减少衡量他们的技术债务量

    youdao

  • There are any number of conventions about how to name unit tests, but our guidance is simply that you use names that make it clear what the test is checking.

    如何命名单元测试许多约定我们指导简单采用名字清楚地表达测试什么即可

    youdao

  • Static unit tests also don't have to be intact like dynamic unit tests for the helper classes because you only use them to build and test your game.

    静态单元测试需要动态单元测试那样原封不动因为只是它们生成测试游戏

    youdao

  • You can also use refactoring to update data generation plans, scripts, and unit tests.

    可以使用重构更新数据生成计划脚本单元测试

    youdao

  • Before you run database unit tests, you should use a data generator to create realistic test data without exposing production data to your developers.

    运行数据库单元测试之前使用数据生成器创建切实可行测试数据,不必开发人员公开生产数据。

    youdao

  • If you use fully qualified names in your unit tests, the refactoring engine can update them whenever you rename a schema object.

    如果单元测试使用完全限定名称无论何时重命名架构对象,重构引擎都可以它们进行更新

    youdao

  • If you use fully qualified names in your unit tests, the refactoring engine can update them whenever you rename a schema object.

    如果单元测试使用完全限定名称无论何时重命名架构对象,重构引擎都可以它们进行更新

    youdao

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

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

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