首页

搜索结果

"tag:"junit""


标题及摘要 日期/时间
1
JUnit best practices
JUnit is a typical toolkit: if used with care and with recognition of its idiosyncrasies, JUnit will help to develop good, robust tests. Used blindly, it may produce a pile of spaghetti instead of a test suite. This article presents some guidelines th...
2011-8-17
15:37:48
2
测试遗留代码
/* I have no idea how this works but it seems to. Whatever you do, don't touch this function, and don't break this code! (虽然我不知道这段代码起什么作用,但是看上去它似乎是有用的。无论您做什么,一定不要碰这个函数, 不要破坏这段代码!) */ 如果您曾经遇到过带有此类注释的代码,这种情况并不少见。因为没有人了解这些系统, 所以有时候就使用规则约束禁止进入...
2011-8-17
15:37:00
3
在appfuse应用架构下用Eclipse进行DAO单元测试
在appfuse应用架构下用Eclipse进行DAO单元测试: 假设工程根目录为%PROJECT_ROOT% 1、把%PROJECT_ROOT%下build\dao\gen等目录加入工程的“Java构建路径”——“库”中的“构建路径上的jar和类文件夹”列表中,完整的须加入的路径: classpathentry kind="lib" path="build/dao/gen&q...
2007-1-5
9:11:27