A simple Java project demonstrating JUnit tests.
- IntelliJ (or any Java IDE)
- Java JDK 11 or above
- Maven (current version)
To build the project and run tests using Maven:
mvn clean installTo run tests only:
mvn test- Ensure your JAVA_HOME points to a JDK 11+ installation.
- Import the project into IntelliJ as a Maven project for easier editing and running.