The purpose of this repository is to complete and deliver certain functions of different assignments such as:
- Building a histogram of grades between 0-10
- Testing Arithmetic Operations
- Analyzing given source code
In order to build the project you will need to clone the repository and head to the main source folder. Once you are there use the command :
mvn clean install jacoco:report
After this feel free to head to each module and experience it's usage. For the module that is being tested this command will also let you generate a code coverage report which will be in the folder :
target/site/jacoco
For any further instructions head to the README file of each separate module
- Mockito - Repository used for mock testing
- JUnit 4.12 - Repository used for testing
- JFreeChart - Repository used for charts
- Maven - Dependency Management
- Use Travis - Travis Setup
- Setup Maven for Windows - Maven Download
- Antonis Gkortzis - AntonisGkortzis
- Pandelis Kirpoglou - pandeliskirpoglou