• In this example, for clarity, we left some of the validation inside the test method.

    示例中,为了清晰起见我们验证某些部分放在测试方法内部

    youdao

  • Instead of having a test method per use case, we have a text file containing the expected generated code and a optional text file containing the expected compiler messages.

    每个测试方法不同,我们一个文本文件包含期望生成代码以及包含所期望编译器消息可选文本文件。

    youdao

  • So, instead of letting the tool create the initial test method, I will write each method as I go.

    因此自己书写每一个用到方法,不工具生成原始测试方法。

    youdao

  • With the mechanics out of the way, note that I made a few design decisions in my test method.

    有了这些原理之后,要注意测试方法中制订一些设计决策

    youdao

  • If the test method happens to take longer than 1000 milliseconds to execute, it fails.

    如果执行测试方法时间多于1000毫秒测试失败。

    youdao

  • Each test method has its own unique TDT.

    每个测试方法都有惟一TDT

    youdao

  • Test success is indicated by completion of a test method.

    测试成功通过测试方法完成指示

    youdao

  • Within that directory, we have one directory per test method, whose name exactly matches the method name.

    目录中,我们每个测试方法都提供了一个目录,名称完全匹配方法名称。

    youdao

  • The four steps to this combination test method are: test selection, system resource utilization evaluation, kernel code coverage analysis, and final stress test evaluation.

    这一组合测试方法四个步骤:测试选择系统资源利用率评价内核代码覆盖分析以及最终压力测试评价。

    youdao

  • The execution model is a bit strange: The test class is reinstantiated every time a test method is executed.

    执行模型有点奇怪:每次执行测试方法的时候,都要重新实例化测试

    youdao

  • The test method for this example looks like Listing 4.

    示例测试方法类似于清单4

    youdao

  • I need to decide if I will have just one test method or many test methods for the different test cases.

    需要决定不同测试用例使用一个测试方法还是多个测试方法

    youdao

  • Third, the original expectation of the test method has not changed.

    第三测试方法原始期望并未更改

    youdao

  • For the first test method, you can use the information directly from the WSDL.

    对于第一测试方法可以直接使用WSDL中的信息

    youdao

  • Every test method can be associated with one or more groups; once you've defined these groups, you can choose to run only certain groups of tests.

    每个测试方法可以一个多个相关联可以选择运行某个测试组。

    youdao

  • If the test method does not run as anticipated, we will get an error (and a traceback describing the error).

    如果测试方法没有预期运行我们得到一个错误(以及描述这个错误的回溯)。

    youdao

  • Our test method, then, looks like this

    因而我们测试方法类似

    youdao

  • For example, there is a test method like the following with some simple assertions.

    举例来说,下面一个测试方法其中有一些简单断言

    youdao

  • That's why the main test method in Listing 1 USES a while loop instead of a new for loop.

    就是为什么清单1中的main测试方法使用while循环而不是一个新的for循环。

    youdao

  • Finally, add some code in your main test method to print out and execute the generated SQL query.

    最后main测试方法中添加一些代码用以输出执行生成的SQL查询。

    youdao

  • The business value of running scalability and performance tests comes once a business formalizes a test method that includes the following.

    一旦企业形成包含以下几个方面测试方法,连续的可伸缩性性能测试就会产生企业价值

    youdao

  • Example of calling a unit test method.

    调用单元测试方法实例

    youdao

  • The following test method is used.

    然后使用下面这个测试方法

    youdao

  • You may have several.tspec files for each test method; they will be executed in alphabetic order.

    每个测试方法可以具有多个. tspec文件它们字母顺序执行

    youdao

  • AfterTestMethod methods are executed after the execution of every test method in a class.

    afterTestMethod方法中的每个测试方法执行之后执行

    youdao

  • Within the test method itself, testRunServiceAndReturnFalse(), you can see a few more changes.

    测试方法本身testRunServiceAndReturnFalse() 之内,可以看到更多更改

    youdao

  • JpaTests class USES a shadowing classloader to enhance classes on the fly. It wraps each test method around a transaction and also provides a helper for declaring base Application Contexts.

    AbstractJpaTests使用了一个后台classloader运行时增强围绕事务包装测试方法同时提供帮助类来声明应用上下文

    youdao

  • To turn it on, call EasyMock.verify (mock) at the end of your test method.

    要想启用,应该测试方法末尾调用EasyMock . verify (mock)。

    youdao

  • BeforeTestMethod methods are executed before the execution of any test method in a class.

    beforeTestMethod方法中的任何测试方法执行之前执行

    youdao

  • Finally, Rails rolls those changes back to return the database to the state that existed before the test method ran.

    最后Rails回滚这些变化数据库返回测试方法运行之前状态

    youdao

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

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

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