IRAD extends JUnit in three ways.
IRAD在三个方面扩展了junit。
Listing 6. JUnit to the rescue!
清单6. JUnit来救援!
Importing existing JUnit test cases.
导入已有的JUnit测试用例。
Download from the JUnit distribution.
从junit分发包下载。
The JUnit Ant task requires junit.jar.
JUnitAnt任务需要junit.jar。
Repeat Steps 5 and 6 to rerun the JUnit test.
重复第 5步和第 5 步,重新运行JUnit 测试。
Generating JUnit test cases for your application.
为应用程序生成JUnit测试用例。
JUnit itself was last updated almost three years ago.
JUnit本身的最后一次更新差不多是三年以前了。
Creating the JUnit test cases for the application.
为这个应用软件创建JUnit测试用例。
JUnit provides a TestRunner class to execute test cases.
JUnit提供了一个TestRunner类来执行测试用例。
The JUnit task is much like the one defined in Listing 2.
该JUnit任务和清单 2中定义的任务非常相似。
JUnit-addons: a useful library for anyone using JUnit.
JUnit - addons:对于使用JUnit的开发人员有用的库。
Many of them are based on JUnit and extend its capabilities.
其中许多是基于Junit并在性能上有所扩充。
JUnit 3.8 support, specifically in the interactive test runner.
支持JUnit 3.8,特别是在交互式测试运行器中。
DbUnit: a JUnit extension targeted for database-driven projects.
DbUnit:瞄准数据库驱动项目的JUnit扩展。
JUnit 4 doesn't solve this problem completely, but it does help.
JUnit4没有完全解决这个问题,但是它对这个问题有所帮助。
Listing 15: Simple Wicket unit test using JUnit and WicketTester.
清单15:使用JUnit和WicketTester的简单Wicket单元测试。
JUnit is a simple and small framework for writing automated tests.
JUnit是一个用于编写自动化测试程序的简单且小型的框架。
Create custom JUnit suite files corresponding to desired categories.
根据所需种类创建定制的JUnit套件文件。
Last but not least, I have adapted the JUnit tests for these classes.
最后一个(但不是最不重要的),我已经为这些类改写了JUnit测试。
Select "JUnit test into component test project" as the import source.
选择“JUnittestintocomponent testproject ”作为导入源。
JUnit isn't bundled with Jester. You need to download it separately.
需要分别下载。
Wicket support for unit testing is based on extending the JUnit framework.
Wicket对单元测试的支持基于的是对JUnit框架的扩展。
Sometimes you can isolate portions into simple tests using only JUnit.
有时,您可以仅使用JUnit 将复杂的测试分解成简单的测试。
The setUp method, which is declared by JUnit, initializes the test objects.
由JUnit声明的setUp方法初始化这个测试对象。
Your next question is, how does one implement test categorization with JUnit?
下一个问题是,如何用JUnit实现测试分类?
Individual subproject reports (such as Junit) are important to the developers.
单独的子项目报告(如Junit)主要供开发人员使用。
StrutsTestCase is a JUnit extension that specifically targets Struts applications.
StrutsTestCase是一个JUnit扩展,专门针对Struts应用程序。
Testing frameworks JUnit and TestNG use runtime reflection for processing the Annotations.
测试框架JUnit和TestNG使用运行时反射处理注解。
If you use JUnit, the all-important question is, Do I have to stop writing JUnit test cases?
如果您使用的是JUnit,则最重要问题是:必须停止编写JUnit测试用例吗?
应用推荐