• 不管想要工具偏爱方法什么,重要的是:行动起来积极改进代码质量手工代码检验过程变得更加有效

    Regardless of your desired tool or preferred measure, it's important to take action to improve code actively and make your manual code review process more efficient.

    youdao

  • 系统根据数控车削加工特点实现了数控源程序编辑代码检验解释加工过程仿真等功能,计算机实现了数控车削编程仿真加工的全过程。

    This system can realize editing of CNC codes, explaining of program codes, and simulation of cutting process. CNC programming and simulation are done completely by the computer.

    youdao

  • 可以用作协作工具所有项目兴趣的人都执行测试检验代码是否满足产品需求

    FIT is a collaboration tool allowing everybody interested in a project to run tests which verify if the code meets the product requirements.

    youdao

  • 为了使用内存管理函数使我们可以检验发生错误位置我们将使用以下代码

    To use the memory-management functions to allow us to verify where our error is happening, we use the code below.

    youdao

  • 单元测试目标就是检验最小单元的代码是否预期一样发挥作用。

    The goal of unit testing is to verify whether the smallest unit of code behaves the way it is expected to.

    youdao

  • 就是说如果函数确定有效值集合范围可作为参数可以检验参数是否有效断言放在该函数代码第一

    That is, if a function has a certain set or range of valid values for its arguments, an assertion to this effect can be placed as the first line of code in the function.

    youdao

  • 基本测试应该包括检验代码断言以及数据库操作(比如创建读取更新删除CRUD)的测试。

    Basic tests should include the testing of validation code and assertions, and database operations such as Create, Read, Update and Delete (CRUD).

    youdao

  • 迭代开发中,开发代码测试片段时他们的策略进行广泛检验,以确认架构有效性以及需求一致性

    In iterative development, as developers code and test pieces, their strategy is reviewed by a wider audience for architectural validity and compliance with stakeholder needs.

    youdao

  • 可以测试按照测试代码多少分类:“单元测试检验单一组件功能比如函数或者一个类。

    Tests can be categorized according to the amount of code they exercise: a unit test verifies the functionality of a single software component, such as a function or a class.

    youdao

  • 我们将会导入该类(装载我们通过视图模板生成类)并且接下来检验代码相关部分

    We will import the class (overriding the one generated for us by the View template) and then examine the relevant portions of the code.

    youdao

  • 单元测试检验代码是否做了开发人员希望它做的事儿,而不只是对类型进行拼写检查。

    Unit testing provides verification that the code does what is expected, not just spell-checking your typing.

    youdao

  • 大多数情况下有效状态代码中的检验控制。

    In most part, a valid state is controlled by the validation in our code.

    youdao

  • 使用本机代码第三方检验Ajax使用 ——特别介绍了每个框架如何运行接受具体的常用库。

    The use of Ajax, using native code and third-party libraries, is examinedspecifically, how each framework behaves and accepts specific popular libraries.

    youdao

  • 4健壮性回归套件测试可以一个开发阶段不断运行检验代码变化没有产品产生负面影响(产生回归)。

    Sanity regression suites are test sets that you can run continually during a development phase to verify that code changes have not adversely affected the product (producing regressions).

    youdao

  • 清单4给出X平方分布构造函数代码构成了X平方分布检验主干

    Listing 4 looks at the Chi Square constructor code which forms the backbone of the Chi Square test.

    youdao

  • DB 2没有检验存储过程代码是否DETERMINISTICNOT DETERMINISTIC规格说明一致。

    DB2 does not verify that the stored procedure code is consistent with the specification of DETERMINISTIC or not DETERMINISTIC.

    youdao

  • 只有usernamepassword之一非空情况下,代码才会检验登录数据颁发visa

    Only if one of either username or password is populated the code will proceed to verify the logon data or even issue a visa.

    youdao

  • 记住Purify执行测试过程实际执行代码中的内存错误检验

    Remember that Purify only performs memory error checking on code that you actually execute during testing.

    youdao

  • 复制上面代码以前交叉检验这些id

    You will will want to cross check those ids before copying the code above.

    youdao

  • 以上代码就绪后,我们继续检验怎样各种场景中成功地运行ServiceClass测试

    With the above code in place, let's move on to examining how you can run your test of the ServiceClass class successfully in different scenarios.

    youdao

  • 它们语法检验代码完成代码合并,都允许编译运行调试代码

    They both have syntax checking, code completion, and code folding. They both let you compile, run, and debug your code.

    youdao

  • 这些报告可以作为质量检验帮助决定继续测试阶段是不是实际的,或者是否需要重新评价代码

    These reports can serve as a quality gate, helping you determine if proceeding to the testing phase is realistic or if you should remediate your the source code.

    youdao

  • 生成代码相当简单修改行为以及添加检验功能额外的处理容易。

    The generated code is relatively simple and modifying its behavior, as well as adding validations and extra processing, is easily understood.

    youdao

  • 可以通过定制所有数据库改变检验代码控制实现。

    This may be accomplished by scripting all changes to the database and checking them into source control.

    youdao

  • 服务器代码使用回调检验客户机请求提供用户名和密码组合

    The callback is how your server code can verify the username-and-password combination supplied by the client on a request.

    youdao

  • 为了看看上述测试检验这块代码效果如何可以Hansel检查代码覆盖情况。

    To see just how effective my tests are at exercising the code, I can check code coverage with Hansel.

    youdao

  • 代码示例7:用于检验直角三角形的代码

    Code Sample 7: Code to check for right triangle.

    youdao

  • 使用Justice检验优势提供错误信息要比JVM提供信息详细(包括堆栈状态部分问题代码)。

    Using Justice validation had the advantage of providing much more detailed information about errors than is supplied by the JVM (including the stack state and a portion of the problem code).

    youdao

  • 隔离移除重复代码后,数字分类器质数检验就变得简单了。

    Once I've isolated and removed the duplicated code, both the number classifier and the prime-number tester are much simpler. Listing 4 shows the refactored number classifier.

    youdao

  • 隔离移除重复代码后,数字分类器质数检验就变得简单了。

    Once I've isolated and removed the duplicated code, both the number classifier and the prime-number tester are much simpler. Listing 4 shows the refactored number classifier.

    youdao

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

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

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