• Those who did well on the memory test had an increase in levels of immunoglobulin A, an antibody that's the body's first line of defense against germs.

    那些记忆测试表现良好人,其体内免疫球蛋白A水平会升高。免疫球蛋白 A 是一种抗体人体抵御细菌的一道防线

    youdao

  • The other notable line in this test is the class definition, which points to the template class, rather than one that you might create.

    这个测试值得注意这个定义指向这个模板的类,不是可能创建的模板。

    youdao

  • In most cases, you should catalog the database connections as described in Setting up a connection to a database so that you can test the connection from the command line.

    大多数情况下应该建立数据库连接所描述那样编目数据库连接,以便可以命令测试连接。

    youdao

  • If a method is 10 lines long and 8 lines of the method were exercised in a test run, then the method has a line coverage of 80%.

    如果一个方法10代码,其中8行在测试执行,那么这个方法的覆盖率是80%。

    youdao

  • A code coverage tool reports test coverage — either in the form of line or branch coverage — that represents the amount of code that is being touched when a test is run.

    代码覆盖工具可报告测试覆盖率——覆盖分支覆盖形式表示——表示测试运行涉及代码

    youdao

  • In Figure 3c, the pink line represents the data collected for the test running on the Rational Quality Manager server with a 500k repository.

    3c中粉红色的代表测试所收集数据会在500 k存储库的Rational QualityManager服务器运行

    youdao

  • We needed a means to test some command line tools and had settled on writing test scripts in Expect.

    我们需要一种方法检测某些命令工具并且决定Expect测试脚本

    youdao

  • In line 14, a test case must have a single string parameter constructor that passes the argument to its parent class (TestCase) for the purpose of displaying the test case name in a log.

    第十四中,为了日志显示这个测试名称个测试用例必须一个可以将自变量传递(TestCase)的专门的参数构造器

    youdao

  • Note that in the improved (and expanded) test script, I arranged the _main_ block so that if you specify XML files on the command line, the script continues to implement the prior behavior.

    注意经过改进(扩展)的测试脚本中放入了 main 代码这样如果命令指定XML文件,脚本继续执行以前的行为。

    youdao

  • Lastly, in line 18 an assertion statement is issued to determine the success or failure of a test case.

    最后第十八行的断言语句中决定了这个测试用例成功失败

    youdao

  • A prototype (very alpha test) simple line mode browser is currently available in source form from node info.cern.ch [currently 128.141.201.74] as /pub/WWW/WWWLineMode_0.9.tar.Z.

    可以info.cern.ch [目前的地址128.141.201.74]获得一个简单模式浏览器原型(尚处于早期Alpha测试阶段)的源代码,路径 /pub/WWW/WWWLineMode_0.9.tar.Z。

    youdao

  • In a real implementation, this should be replaced with Development and Test Cloud command line scripts, introduced above.

    实际实现中,应当由上面介绍DevelopmentandTestCloud命令行脚替代

    youdao

  • Second, we want to test that the database changes in an appropriate way. The following line.

    其次我们现在需要测试数据库变化是否正确

    youdao

  • Put your math skills to the test in this profession, working for Banks, insurance companies, or securities firms to improve their bottom line.

    数学技巧运用这个职业领域去银行保险公司或者证券公司工作改善他们帐本底线。

    youdao

  • In line with XP thinking, test cases are built early on in this type of project.

    根据XP思想测试案例这种类型项目早期构建的。

    youdao

  • For each solution in a release, we can have either one or more test plans for each line item or a test plan for solution-level integration testing, or both.

    对于版本每个解决方案,我们要么条目或者多个测试计划,或者对于一个解决方案层次综合测试有一个测试计划,要么两者都有

    youdao

  • This means that you will pass the test only if that particular type of exception is raised in the designated line.

    意味着只有指定抛出特定类型异常的时候,才会通过测试

    youdao

  • When test subjects swept their fingers over a line of Braille, they showed intense activation in the parts of the brain that typically process visual input.

    测试物体通过布莱叶盲文测试者指尖时,测试者的部分大脑显示出激烈活动,处理视觉信号

    youdao

  • You can see that the I/O rate (yellow line in Figure 3) remains consistently high throughout the test.

    可以发现I/O速率(图3线)在测试中一直保持吞吐量

    youdao

  • Also, the test in Line 13 will fail to detect an error because the result of the call will not be an empty string.

    第13中的检查无法探测错误因为调用结果不是字符串

    youdao

  • The regulatory minimum set by Europe's Capital Requirement Directive (CRD) is 4%, while the 6% standard was in line with the benchmark used in last year's US stress test.

    欧洲资本要求指令CRD设定最低监管要求4%,6%的标准去年美国压力测试中的基准相符。

    youdao

  • So, I now have this unit test program unit test stock I originally did not make it a function, I had it in-line, and I realized that was really stupid, because I wanted to do it a lot of times.

    现在个叫做单元测试股票,的测试程序,called,unitteststock。,我一开始当成函数,我写了几行小代码。后来我发现笨了,因为我会用上很多段语句。

    youdao

  • While asleep: This woman was most susceptible to the test and moved her hands around in line with the task choreography while catching some shut eye.

    睡觉:视频中这位女士就容易证明这项实验闭上眼睛时,随着任务舞蹈的变化,移动她的双手

    youdao

  • Select a test date and fill the ID number in the dialogue box, both of which must be the same as the one on the on-line application form.

    随后出现页面内选择考试日期填写身份证号码

    youdao

  • Being a test-first kind of guy, I'll start by writing a quick JUnit test to verify that I can obtain the information I want from a sample line obtained from the CSV file, shown in Listing 4.

    作为测试优先工具,首先编写一个快捷JUnit测试,确认可以CSV文件的一个样例行获取的我所需要信息如清单4

    youdao

  • The test client creates an instance of the service stub using service endpoint parameters passed in as command-line arguments, and then executes a sequence of five service calls

    测试客户机使用作为命令行参数传递进来服务端点参数创建了一个服务stub实例然后依次执行5 个服务调用

    youdao

  • The code snippet shown in Listing 9 is the JSON-formatted result when you use test2.xml as the command-line argument to the test driver xml2json_test.php.

    清单9中所代码片段使用test2 . xml作为测试驱动程序xml2json _ test . php的命令行参数得到的json格式结果

    youdao

  • Select the test case MoneyBag Equals (the red leaf node) and locate the problem line in each file. This information is given in the lower part of NUnit's right hand pane, shown in Figure 3 .

    选择MoneyBag Equals测试用例红色结点),定位文件的出错,此时NUnit右侧下方会显示相关信息,如图二

    youdao

  • The py.test and nosetests tools even have a few command-line options that they share in common, like the -v option that makes them print the name of each test as it is executed.

    testnosetests工具甚至几个相同命令行选项比如- v选项执行测试输出测试的名称

    youdao

  • The py.test and nosetests tools even have a few command-line options that they share in common, like the -v option that makes them print the name of each test as it is executed.

    testnosetests工具甚至几个相同命令行选项比如- v选项执行测试输出测试的名称

    youdao

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

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

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