诗词屋>英语词典>DoH翻译和用法

DoH

英 [dəʊ]

美 [doʊ]

abbr.  (英国)卫生部

BNC.18001

牛津词典

    abbr.

    • (英国)卫生部
      (in Britain) Department of Health

      双语例句

      • As previously mentioned, the DOH provides a command-line interface as well as a browser-based interface.
        前面提到过,DOH既提供命令行界面,又提供了基于浏览器的界面。
      • When all test files have been loaded by the DOH the framework automatically executes the tests.
        当所有测试文件都由DOH加载后,此框架就会自动执行这些测试。
      • Every test framework needs to supply you with a method to check the outcome of a unit test and the DOH is no exception.
        每个测试框架都要为开发人员提供检查单元测试结果的方法,DOH也不例外。
      • The DOH also provides a powerful UI that shows success, failures, and even what errors were thrown.
        DOH还提供了一个强大的UI,可用来显示成功或失败甚至抛出的错误。
      • The DOH uses Rhino, an open-source JavaScript engine written in Java ™ code, for its command-line interface.
        DOH为其命令行界面还使用了Rhino,一个用Java™代码编写的开源JavaScript引擎。
      • Bringing it all together: Combining the test definitions into a single DOH test suite
        把它们放在一起:将测试定义合并到单个DOH测试套件中
      • Because its browser-based interface has access to the XMLHttpRequest object, the DOH can support asynchronous unit tests.
        因为借助其基于浏览器的界面可以访问XMLHttpRequest对象,所以DOH可以支持异步单元测试。
      • It is recommended that you follow existing conventions until you are comfortable with how the DOH functions.
        建议您在熟练掌握DOH工作原理之前,最好遵循现有的约定。
      • The DOH framework is extremely flexible in how tests can be defined and loaded, so often the load flow can be modified to suit your particular structure.
        DOH框架对如何定义和加载测试的要求很灵活,通常可以修改加载流程以适合您具体的结构。
      • Because the callback runs later, it cannot be easily try/ catch caught by the DOH when there is a failure, like it does for a synchronous test.
        因为回调运行得较晚,所以当故障出现时,DOH很难通过try/catch捕捉到,就如同在同步测试中一样。