This repository provides a simple Java project demonstrating unit testing using JUnit 4 and JUnit 5. It includes basic test cases to illustrate best practices for writing and running unit tests.
- Java
- JUnit 4
- JUnit 5
-
Clone the repository:
git clone https://github.com/Ayvero/testing.git
-
Open the project in your favorite IDE (IntelliJ, Eclipse, VS Code).
-
Run the test cases using JUnit.