
TDD
chenaaron
a simple programmer
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JUnit4 experience
JUnit4 Version inheritates the annotation features from java5.0v,so it simplized many workload for unit test. Now I am using the feature to speedup my test work. 1.Create your class that will be teste...2007-04-19 13:12:00 · 111 阅读 · 0 评论 -
Generate the JUNIT report by Ant and Junit
Prerequisite: JUNIT4.0 , Ant 1.6.5 Due to accessing DB, also need classes12.jar Throw the junit.jar into the ant/lib, and configure the ANT_HOME in ENV, asscociate with the %ANT_HOME%\bin in PATH. ...2007-08-14 14:03:06 · 98 阅读 · 0 评论