junit
- 网络测试驱动;开源;测试单元
-
Unit test their software , using tools such as JUnit .
使用工具如JUnit对软件进行单元测试。
-
JUnit creates a test case with N test methods N times
JUnit创建有N个测试方法的测试用例,需要N次
-
One thing the JUnit framework tries to achieve is test isolation .
JUnit框架想达到的一个目标就是测试隔离。
-
Make sure the JUnit Project Area is selected and press Finish .
确保选择Prelude项目区域并单击Finish。
-
JUnit itself was last updated almost three years ago .
JUnit本身的最后一次更新差不多是三年以前了。
-
You should avoid creating the JUnit example project in a production database .
您应该避免在生产数据库中创建JUnit示例项目。
-
Create JUnit test cases for the application
为这个应用软件创建JUnit测试用例
-
For more information on JUnit , see the Resources section later in this article .
如果想知道更多的关于JUnit的信息,可参阅文章后面的资源部分。
-
Click to add the JUnit libraries to the application client project .
点击并添加JUnit函数库到这个应用客户端项目中。
-
The test above was run as a simple JUnit test without code coverage .
以上测试是作为简单的JUnit测试运行的,没有代码覆盖。
-
However , a friend suggested that I test JUnit .
然而,一位朋友建议我测试一下JUnit。
-
A test framework for using JUnit to write unit tests for your client application .
一个使用JUnit为客户机应用程序编写单元测试的测试框架。
-
In this section , we will add JUnit test cases for the sample application .
在这个部分中,我们将为这个样本应用软件添加JUnit测试用例。
-
JUnit is a simple and small framework for writing automated tests .
JUnit是一个用于编写自动化测试程序的简单且小型的框架。
-
Test cases are structured in the same manner as jUnit .
测试用例的结构与jUnit采用相同的方式。
-
Follow these steps to create the JUnit test case
按照以下步骤来创建JUnit测试用例
-
Your next question is , how does one implement test categorization with JUnit ?
下一个问题是,如何用JUnit实现测试分类?
-
For JUnit , it was a test case .
对于JUnit,它是一个测试用例。
-
I have written a JUnit test for the parser as well .
我还编写了用于该解析器的JUnit测试程序。
-
JUnit provides an additional mechanism to determine the success or failure of a test case .
JUnit提供了一个额外的决定测试用例成功或者失败的机制。
-
Here is the setup information needed to run the sample code in JUnit .
这里是需要在Junit中运行样本代码的设置信息。
-
These libraries include the JUnit and IBM component test support JAR files .
这些库包括JUnit和IBM组件测试支持JAR文件。
-
Wicket support for unit testing is based on extending the JUnit framework .
Wicket对单元测试的支持基于的是对JUnit框架的扩展。
-
In other words , use a JUnit test case to capture the scenario requirement .
换句话说,使用JUnit测试用例来捕捉场景需求。
-
Develop JUnit test cases to test both the Java application and the calculator EJB .
开发JUnit测试用例对Java应用软件和这个计数器EJB进行测试。
-
This means the build will not fail even if any JUnit tests fail .
这意味着即使任何JUnit测试是失败的,构建也不会失败。
-
How to create JUnit test cases
如何创建JUnit测试用例
-
Starting from the tools would be like learning agile software development by learning JUnit and Hudson .
从工具开始讨论敏捷运维,就像是通过学习JUnit和Hudson来学习敏捷软件开发一样。
-
The results of the JUnit test will appear in the JUnit view as normal .
JUnit测试的结果会正常显示在JUnit视图中。
-
Some unit tests were Java JUnit tests that made class / method calls to object interfaces .
一些单元测试是JavaJunit测试,对产生到对象接口的类/方法进行调用。