• From there harlot’s meaning moved through “jesterandmanservant” before it became feminized where its meaning stuck unto my grandmother’s day.

    意思又变为“小丑男仆”,直到最终被女性,意思停留在了祖母那个年代

    youdao

  • But he occasionally looks like Mr Jobs's court jester in this role, and the mere fact that Mr Jobs grants him such exposure may indicate that he is not the chosen one.

    但是有时看来好像乔布斯小丑也许乔布斯让这么做是暗示不是选中的未来的老板。

    youdao

  • The Sophos report reveals 1800 Facebook users had their profiles defaced in August by an attack that installed a Trojan while displaying an animated graphic of a court jester.

    Sophos报告称,8月份1800名Facebook用户档案遭到了木马病毒攻击,上面显示一个小丑的动画图片

    youdao

  • Stuart Ellman (fifth profile) is dressed as the court jester (probably a Halloween PIC).

    斯图尔特·尔曼(第五个)把自己打扮宫廷小丑(可能是一张万圣节图片)。

    youdao

  • After a time, the king relented only enough to give the jester his choice as to how he would like to die.

    后来国王有些心软了,但只是选择如何死而已

    youdao

  • The king pushed the mathematician out of the room. He called for his jester, the only man who made him laugh.

    国王魔术师推出房间召见了小丑唯一带来欢乐的

    youdao

  • Most importantly, as you move through here a strange jester will appear from time to time and spout nonsense.

    最为重要的是在这区域走动时不时遇到一个说着胡话小丑

    youdao

  • Known as the "Portrait of Dwarf Morgante," the subject was a court jester, part of the Medici court in the Florentine Renaissance.

    幅名为《矮人morgante肖像画作中的人物文艺复兴时期佛罗伦萨的美第家族的一位宫廷弄臣

    youdao

  • You'll produce more-robust software by testing a code base with Jester.

    使用Jester代码进行测试,可以制造出更强壮的软件

    youdao

  • I've heard something about a jester. The jester knows a way to get to places no one else can?

    听说岛上有个小丑,好像那个小丑知道怎么一些别人了的地方

    youdao

  • Jester would be extremely useful as an extra counter-check on code not written in a test-driven manner.

    在对没有使用测试驱动方式编写代码进行额外检查时,Jester尤为有用

    youdao

  • After I added a test for (and fixed) this bug, Jester then reported that only eight out of 11 mutations went undetected, as shown in Listing 2.

    这个bug添加测试(修复)之后,Jester报告11个修改只有8个没有检测到,如清单2

    youdao

  • Jester looks for its configuration files in the classpath, so you must put the main Jester directory on the classpath too.

    Jester路径查找配置文件所以必须还要Jester目录放在类路径中。

    youdao

  • Because Jester recompiles the code base and reruns the test suite for each change it makes, it runs orders of magnitude more slowly than more traditional tools like Clover.

    因为Jester重新编译代码而且自己做的每个修改都重新运行测试套件,所以的运行要Clover这样传统工具慢得

    youdao

  • Written by Ivan Moore, Jester is an excellent tool that tests the unit tests that programmers and developers write.

    JesterIvanMoore编写,它测试程序员开发人员编写单元测试的优秀工具

    youdao

  • You might need to clear one additional restriction on the test suite before running Jester.

    运行Jester之前,还需要清楚针对测试套件附加限制

    youdao

  • As soon as Jester detects a single test failure, it aborts the run, so failing as early as possible can short-circuit a lot of time-consuming extra tests.

    只要Jester发现一个测试失败会终止运行所以尽早失败可以短路大量耗时额外测试

    youdao

  • Before you can run Jester, all the unit tests must pass with the unmodified source code.

    运行Jester之前所有没有修改源代码的单元测试必须测试通过

    youdao

  • Jester determines if the tests succeed by checking what's been printed, so program output to System.err often confuses it.

    Jester通过检查打印的内容来判断测试是否成功所以System .err程序输出Jester弄混。

    youdao

  • Normally you don't worry too much about how fast the unit tests take to run, but any savings can be significant when multiplied by the thousands of times Jester executes the test suite.

    一般情况下,人们单元测试运行速度注意,但是如果Jester上千执行测试套件的次数,那么任何节约都会非常显著

    youdao

  • Jester doesn't integrate particularly well (or at all) with IDEs, so it's important to set up the CLASSPATH and directories properly to make the tests pass.

    JesterIDE集成不是特别(或者根本不好),所以测试通过,重要正确设置CLASSPATH目录

    youdao

  • Remember, Jester is deliberately introducing bugs into the code, so you don't want to risk leaving one behind if something goes wrong.

    记住Jester代码故意加入bug所以不要冒险在出现问题的情况下遗漏一个bug。

    youdao

  • This article doesn't go into the technicalities of interpreting Jester's outputs and exactly how Jester works.

    本文不会探讨解释Jester输出精确说明Jester如何工作的技术细节。

    youdao

  • It might take marginally longer to test every class, but this way you can begin filling gaps and fixing bugs almost immediately, rather than waiting a few days for a Jester run to complete.

    可能需要更长时间测试每个但是这种方法,几乎可以立即填补不足、修复bug不必Jester一次运行完成上好几天。

    youdao

  • Jester made 11 changes to the class, and only one caused the tests to fail.

    Jester进行了11修改只有造成测试失败。

    youdao

  • Instead Jester changes the source code, recompiles it, and runs the test suite to see if anything breaks.

    相反Jester修改源代码、重新编译源代码,然后运行测试套件查看是否有什么事出错

    youdao

  • If they don't, Jester won't know if its changes have broken anything.

    如果不是这样,那么Jester就无法知道是不是修改造成了破坏。

    youdao

  • Be sure you fix it in both the copy of the source tree Jester is working on and in the actual tree.

    确保同时Jester正在处理拷贝实际树中的bug进行了修复

    youdao

  • Jester had caught a bug!

    Jester捕捉到一个bug

    youdao

  • JUnit isn't bundled with Jester. You need to download it separately.

    需要分别下载

    youdao

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

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

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