Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.15 KB

File metadata and controls

27 lines (15 loc) · 1.15 KB

Unit testing

A project for practicing Unit Testing

Getting Started

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.

Deployment

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:

  1. Enter in the folder unittesting/target with: cd unittesting/target.
  2. 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.

Built With

  • Maven - Dependency Management

Author

License

This project is licensed under the MIT License - see the LICENSE file for details