• 我们可以场景作为我们度量一个单元或者将描述系统行为一个步骤作为一个特性

    We might use scenarios as the unit of measure or look at each step that describes system behavior as a feature.

    youdao

  • 应该遵循下面这条好的原则:即只要认为有必要代码中的某个行为加注,就编写单元测试

    A good guideline to follow is to write a unit test whenever you feel the need to comment some behavior in the code.

    youdao

  • 单元测试常常需要测试有细微差异代码行为因此涉及相似重复情况

    Unit tests often need to test nuanced behavior of the code under test, leading to similar and duplicated situations.

    youdao

  • 如果其他许多程序员一样喜欢代码加注,则单元测试记录代码行为一种方法

    If you're like many programmers who aren't fond of commenting code, unit tests are a way of documenting your code behavior.

    youdao

  • 变化条件下面板行为进行良好编码,这光电单元管理者有帮助,因为就给定的数据记录而言它们可以形成观察的基线

    Good Numbers for the behavior of panels in varying conditions can be helpful to managers of photovoltaic units because, given the data record, they can form a baseline of observations.

    youdao

  • 然而即使执行单元一个线程期望事务管理器行为相同的。

    However, the desired behavior of the transaction manager would be the same even if the unit of execution was a thread.

    youdao

  • 配给一个存储单元所需时间根据请求存储大小类型特定环境(数据中心)的当前行为而决定的。

    The time needed to provision a storage unit varies by the size of the storage being requested, the type, and current activity of that particular cloud environment (or, the data center).

    youdao

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

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

    youdao

  • 设想如果可以这样处理行为——假设可以设置背景颜色那样轻松地行为分配一个单元比如是展开还是折叠是突出显示还是滚动

    Imagine if you could do the same with behaviorsif you could just as easily assign behaviors to a table cell, like expand and collapse, highlight or scroll, as you could set its background color.

    youdao

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

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

    youdao

  • 如果没有匹配odr路由规则默认行为考虑单元所有拥有匹配请求URI模式应用程序

    If there are no ODR routing rules, then the default behavior is to consider all the applications in the cell that have URI patterns which match the request.

    youdao

  • 其他单元测试一样消费者测试用于驱动开发活动开发者创建服务行为满足测试的期望

    Much as any with other unit test, consumer tests can be used to drive development activities, with developers creating service behaviours to satisfy the tests' expectations.

    youdao

  • 使用容器管理事务CMT提供了两个关键的优势(如果没有容器支持几乎不可能的):可组合工作单元健壮事务行为

    Using container-managed transactions (CMTs) provides two key advantages that are nearly impossible to obtain without container support: composable units of work, and robust transactional behavior.

    youdao

  • 单元测试定义一个有关每个单元行为书面合同

    Unit testing defines a written contract about the behavior of each unit.

    youdao

  • 只要正在被测试行为期望的那样,不会注意差异单元测试检查是否发出正确的查询

    As long as the class being tested behaves as expected, it won't notice the difference, and the unit test can check that the proper query was emitted.

    youdao

  • 其中的一个方法测量行为类似于针对某个单元记录辐射率温度读取器

    One way is to measure a cell that behaves similarly with a point and shoot emissivity temperature reader.

    youdao

  • 单元测试强调内部结构例如逻辑和数据流以及单元功能外部可见行为测试。

    Unit testing addresses the internal structure, such as logic and dataflow, and the testing of functions and the externally visible behavior of the unit.

    youdao

  • 已迁移节点子集整个计算单元,将出现回滚托管节点行为

    The rollback of a managed node occurs when a subset of migrated nodes are rolled back, or when the entire cell is rolled back.

    youdao

  • 首先我们一种简单一般方式处理方法句柄,将方法(任意JVM方法)作为行为单元管理的,这样他们可以直接调用了(本来就应该这样)。

    First, we factor out method handles as a simple and generic way of managing methods (arbitrary JVM methods) as units of behavior, which are (as methods should be) directly callable.

    youdao

  • 这个部分Jamie将给读者介绍行为驱动开发(BDD),同时他会解释BDD如何提高单元测试有效性

    In this part Jamie introduces the reader to behavior driven development and explains how it can improve the effectiveness of unit testing.

    youdao

  • 如果没有匹配请求odr路由规则比如Request2这种情况,默认行为考虑单元中的所有模块

    If there are no ODR routing rules that match the request, as is the case for request 2, the default behavior is to consider all modules in the cell.

    youdao

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

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

    youdao

  • WSCI使用事务元素Web服务行为建模并且行为作为一个工作单元

    WSCI USES a transaction element to model the behavior of a web service and treats a number of activities as a single unit of work.

    youdao

  • Mockito真的需要期望行为简化了单元测试

    Mockito really cleans up the unit test by not requiring expectations.

    youdao

  • 因此重整浏览器可以潜在地利用单元测试确定行为重要方面

    Therefore, a refactoring browser could potentially leverage the unit test suite to determine what aspects of behavior are important.

    youdao

  • 全面单元测试能够轻松检查行为是否正确,开发人员能够专心地优化代码不必担心是否会破坏代码的正常行为

    A comprehensive set of unit tests makes it easy to verify the behavior, letting you freely play "what if" games with optimization without worrying that you've broken something.

    youdao

  • 而且如果涉及应用程序其余部分单元测试,你就可以保证添加已经不会改变其它地方行为

    And if you have unit tests that cover the rest of your application, you can be sure that your additions have not changed the behavior elsewhere.

    youdao

  • 得到一个单元测试的异常不一致行为时。

    When you are getting unexpected or inconsistent behavior from a unit test.

    youdao

  • 个社会单元中,人们对占据特定位置个体所期望的一行为模式

    A set of behavior patterns expected of someone occupying a given position in a social unit.

    youdao

  • 我们行为教育健康教育、励志教育分三个单元贯穿在我们教育活动始终,自主学习、合作学习成就每个孩子智慧人生

    We will let the behavior education, the health education, the encourage education become the theme of this term and we will let the self-learning, cooperation-learning achieve each kids' wise life!

    youdao

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

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

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