03 2017 档案

摘要:a. Draw the control flow graph for the printPrimes() method. b. Consider test cases t1=(n=3) and t2=(n=5).Although these tour the same prime paths in 阅读全文
posted @ 2017-03-14 19:49 augustsus 阅读(72) 评论(0) 推荐(0)
摘要:一、测试环境 1.下载junit-4.12.jar和hamcrest-core-1.3.jar并直接在工程中导入。 2.下载eclemma,通过 help->Install new software ->添加站点 -> local,安装并重启即可, 二、测试程序 1.工程结构 2.工程代码 Tria 阅读全文
posted @ 2017-03-12 15:22 augustsus 阅读(131) 评论(0) 推荐(0)