zoukankan      html  css  js  c++  java
  • 2016 Tianjin University Software Testing (lab1)

    Tasks:
    1.Install Junit(4.12), Hamcrest(1.3) with Eclipse
    2.Install Eclemma with Eclipse
    3.Write a java program for the triangle problem and test the program with Junit.
    a)Description of triangle problem:
    Function triangle takes three integers a,b,c which are length of triangle sides; calculates whether the triangle is equilateral, isosceles, or scalene.

    the steps:
    1.open eclipse and create a new java project named triangleProblem
    2.create a new java working set named test
    3.create a new package named triangleProblem in each java working set
    4.create a new java class in src and a new JUnit test case in test
    5.find properties and then choose java build path, choose add external jars to import Junit(4.12) and Hamcrest(1.3)
    6.find eclipse marketplace to install Eclemma online
    7.now i can code my test project

    the result screenshots:
    I have tested 4 cases and all have passed!

  • 相关阅读:
    被刷登录接口
    移动端布局方案
    容易遗忘的Javascript点
    java 笔记02
    java 笔记01
    C# 日常整理
    reac-native 0.61开发环境
    DOS命令收集
    vue整理日常。
    php7.1+apache2.4.x+mysql5.7安装配置(目前windows)
  • 原文地址:https://www.cnblogs.com/ida-xj/p/5292313.html
Copyright © 2011-2022 走看看