03 2016 档案

摘要:Use the following method printPrimes() for questions a-d below. 1. /** ***************************************************** 2. * Finds and prints n p 阅读全文
posted @ 2016-03-29 22:23 BigBigWolf~ 阅读(652) 评论(0) 推荐(0)
摘要:Junit是一个很方便易用的软件测试工具,这里以测试检测三角形是等腰、等边还是一般三角形的方法为例,介绍Junit的用法。 1.安装配置 在Build Path添加junit-4.12.jar和hamcrest-all-1.3.jar,新建Junit Test Case,选择test文件夹,并保持其 阅读全文
posted @ 2016-03-18 14:16 BigBigWolf~ 阅读(1297) 评论(0) 推荐(0)