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 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 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 is about a tool which recieves a .java file and returns a csv of some metrics. For more information click .here
- Eclipse 2019-12
- Java 1.8.x
- Maven 3.6.3
- 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.
- Iasonas Makrugiannis - Coding -