• Repeat Steps 1-4 to create Tasks and TestCase folders too.

    重复1 - 4步骤创建TasksTestCase文件夹

    youdao

  • It doesn't extend TestCase, nor does it have any test cases defined.

    没有扩展TestCase也没有定义任何测试用例

    youdao

  • The TestCase class still works, but you're no longer required to extend it.

    TestCase仍然可以工作但是不再需要扩展它了

    youdao

  • It's a TestCase that exposes the public static TestSuite suite method signature.

    一个公开publicstaticTestSuitesuite方法签名TestCase

    youdao

  • The files should be sent to the IBM testcase server using a unique filename for each file uploaded.

    对于上载每个文件,都应该使用唯一文件名将这些文件发送IBMTestcase服务器

    youdao

  • Unlike the previous example of running a single TestCase, the suite runs as a stand-alone application.

    前面运行单一testcase例子不同,套件作为单独应用程序运行

    youdao

  • Hence, any implementing class of TestCase can refer to an assert method within its own defined methods.

    因此任何TestCase实现可以自己的已定义方法引用断言方法

    youdao

  • Listing 3 shows part of the code of the ApplicationUtilTest object that represents the TestCase object.

    清单3显示了表示TestCase对象ApplicationUtilTest对象部分代码

    youdao

  • The typical JUnit programming model creates a test class by extending the TestCase class provided by JUnit.

    典型JUnit编程模型通过扩展JUnit提供testcase创建测试类。

    youdao

  • Therefore, all those assert methods are now instance methods on TestCase, as you can see back in Listing 17.

    因此这些断言方法现在都是TestCase实例方法,清单17 所示。

    youdao

  • While declaring void limits the reach of the testCase() pointcut, it reduces complexity and increases protection.

    虽然声明void限制testCase()切入点应用范围,但是这样降低了复杂性增强了安全性。

    youdao

  • You now have a concrete JUnit TestCase class that can be treated as if the suite composite were statically defined.

    现在就有了一个具体JUnitTestCase可以静态定义的包那样处理它。

    youdao

  • In fact, the GWT development team created a helper class dubbed GWTTestCase that extends from JUnit's 3.8.1 TestCase.

    事实上GWT开发小组还为此创建了一个帮助器GWTTestCase扩展JUnit3.8.1 TestCase

    youdao

  • Add a method to TestCase that will test the deposit method on Account. The test class should now look like Listing 1.

    TestCase添加一种方法测试Accountdeposit方法。

    youdao

  • Extending JUnit's TestCase class to add additional features is a common technique utilized in virtually every JUnit extension.

    扩展JUnittestcase加入附加特性实际上每个JUnit扩展通常采用技术

    youdao

  • Using Assert.assert{something}(..) ties TestCase to TestResult more deeply and hides the flexibility of a collecting parameter.

    可以使用Assert.assert{something}(..) 将TestCaseTestResult 上,进一步限制收集参数灵活性

    youdao

  • The first option is to write normal JUnit test cases just as you've been doing all along by extending JUnit's commendable TestCase.

    第一选择编写普通JUnit测试用例以前一直的那样,扩展JUnit令人称赞TestCase

    youdao

  • TestCase extends assert, which defines a number of useful static assert {something} (..) methods for checking and logging failures.

    TestCase扩展了assert后者定义一些有用static assert {something}(. .)方法检查记录失效。

    youdao

  • The first article in this series has already addressed why TestCase class-based testing is often not necessary in the modern world.

    系列第一文章已经讨论过基于 TestCase 类的测试在现代环境中为什么常常不必要的。

    youdao

  • PortletUnit USES JUnit to provide the outline of a testing framework (such as creation of TestCase and TestSuite using assertions).

    portletUnit使用JUnit提供测试框架轮廓(比如使用断言创建TestCaseTestSuite)。

    youdao

  • The usual programming model with JUnit version 3.8 is to create a test class that extends one of the TestCase classes provided by JUnit.

    JUnit版本3.8常见编程模型创建测试它扩展了JUnit提供一个testcase

    youdao

  • This module defines a cornucopia of assertion methods, but rather than being extended, Ruby's TestCase class includes the assertion as a mix-in.

    这个模块定义许多断言方法但是Ruby不对这个模块进行扩展,Rubytestcase以mix - in的形式包含assertion。

    youdao

  • Some might manage their own data, as TestCase does; others might benefit from dependency inversion, where their configuration is established extrinsically.

    有些可能管理自己数据TestCase有些可能得益于依赖性倒置(dependencyinversion),外部建立配置

    youdao

  • Experienced users of unittest might try to argue that the above example should use the testing methods that my new TruthTest class has inherited from TestCase.

    使用unittest经验用户可能认为上面示例应该使用truthtesttestcase继承测试方法

    youdao

  • To enable harness developers to specify different test cases, both the pointcut and method are abstract. For example, here is how I could adapt this to TestCase

    为了装置开发人员指定不同测试用例切入点方法都是抽象的。

    youdao

  • After the require statement, a class declaration stating that this class is a subclass of Test: : Unit: : TestCase must be added (as shown in below in Listing 6).

    require语句后面,添加一个声明指出这个Test: Unit:TestCase子类(清单6)。

    youdao

  • There are four characteristics in testcase in which the individuality on filing and hearing is the essential characteristics whichdiffers from other group actions.

    其具有四大特点其中立案审理具有个别性区别其他群体诉讼机制的本质特征

    youdao

  • Experience shows that it's easier to construct and use mock objects from both frameworks if the overall TestCase object from which the test class extends belongs to RMock.

    经验证明如果测试扩展整个TestCase对象属于RMock,则通过两个框架构造使用模拟对象容易。

    youdao

  • This function calls the feedparser.parse function with the test RSS file, outputs the parsed results, and performs some basic checks via the TestCase class assert functions.

    这个函数调用feedparser. parse函数,传递测试RSS文件输出解析结果通过testcaseassert函数执行基本检查统作。

    youdao

  • To report results directly, JUnit tests could implement test, but then they would lose the other features of TestCase (pluggable selector, fixture handling, rerunning test cases, etc.).

    为了直接报告结果JUnit测试可以实现Test这样失去TestCase其他特性(可插接选择器装置处理重新运行测试用例等)。

    youdao

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

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

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