【SoftwareTesting】Lab 1

1.  安装junit, hamcrest 和 eclemma

  分别下载  hamcrest-core-1.3.jar和junit-4.12.jar这两个jar包,并加入到新建的项目中

具体步骤为:右键项目,选择properties,选择Java Build Path,添加进这两个jar包即可

2.  安装eclemma

  点击Help菜单---Install New Software,在弹出的对话框中,点击Add,搜索之后进行安装,重启eclipse后即可完成安装

3. the triangle部分代码如下:

【SoftwareTesting】Lab 1

测试equilateral代码如下,其他情况类似

【SoftwareTesting】Lab 1

运行结果如下图,其他情况类似:

【SoftwareTesting】Lab 1

上一篇:C++自学例题——泰勒展开求π近似值(复杂循环)


下一篇:day、last_day、date_trunc函数