junit 单元测试 实验 报告 大全

guohaiqi80608 11 0 RAR 2020-07-18 10:07:28

实验内容 使用JUnit 对下列选择排序法进行测试。 public void select_sort (int a[]) { 1 int i, j, k, t, n; 2 n = a.length; 3 for (i = 0; i < n - 1; i++) { 4 k = i; 5 for (j = i + 1; j < n; j++) { 6 if (a [j] < a [k]) { 7 k = j; 8

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:30

后来还是自己写的。不过资料不错。只是没找到。

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:30

不错很好,很好的学习资料

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:30

就是只有实验题目,没有结果

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:30

东西很好资源全面

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:29

应付考试用

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:29

为什么只有题目,没有实验内容?

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:29

的确是没什么太大的用处,是一些测试方法

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:29

不是很有用额,没过程也没结果,只是测试方法。

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:29

不是很有用的

Generic placeholder image 卡了网匿名网友 2020-07-18 10:07:29

内容一般,没有过程