A project for practicing Unit Testing
These instructions will get you the Unit testing up and running. We suppose that you have everything you need already from the main README file.
We assume that you already followed the steps shown in the corresponding section of the main README file. You now have to follow the bellow steps:
- Enter in the folder unittesting/target with:
cd unittesting/target
. - Run the program by entering in the command line:
java -jar gradeshistogram-0.0.1-SNAPSHOT-jar-with-dependencies.jar
and the path to the txt file you want to read. For example:java -jar gradeshistogram-0.0.1-SNAPSHOT-jar-with-dependencies.jar C://Temp//grades.txt
The program will now run and test all the arithmetic operations that are stored inside this project.
- Maven - Dependency Management
- Dimitra Karadima Github profile
This project is licensed under the MIT License - see the LICENSE file for details