Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.69 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.69 KB

Build Status codecov

General

The purpose of this repository is for all the assignments of the course Software engineering in practice (2020). It demostrate the usage of Maven tools and JUnit tools.

First Assignment - Grade Histogram

First assignent is about a introduction to the Maven tool.It's a simple demostration of how you can run a simple statistic graph from reading a simple .txt file. For more information click here

Second Assignment - JUnit testing

Second assignment is about a introduction to JUnit.It's a simple demostration of how to run tests to simple methods , such dividing and multiply. For more information click .here

Third Assignment - Metrics Calculator

Third assignment is about a tool which recieves a .java file and returns a csv of some metrics. For more information click .here

Requirements

  • Eclipse 2019-12
  • Java 1.8.x
  • Maven 3.6.3

Getting started

  • Fork this repository to your account/
  • Clone your forked repository to your machine using git clone https://github.com/YOURUSERNAME/seipassignment
  • You can browse the modules and read each instruction of how-to-use it.

Authors