The Meeting Planner Java Application is a software solution designed to facilitate the scheduling and management of meetings. This project employs the JUnit testing framework for ensuring the reliability and correctness of its functionalities.
git clone https://github.com/MartinKalema/JUnit-Testing
sudo apt install maven
mvn clean compile
mvn test
mvn -Dtest=testFileName#testMethodName test
For example, to run testIsBusy() located in CalendarTest.java, use the command below.
mvn -Dtest=CalendarTest#testIsBusy test
Windows users i'm sorry (: