This project is a simple calculator application designed to help me practice writing unit tests and parameterized unit tests. The application is built using Spring Boot.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Unit tests to ensure the correctness of each arithmetic operation.
- Parameterized unit tests to verify the functionality with multiple sets of inputs.
- Spring Boot
- JUnit
- Spring Boot Starter Test
- Java 17
- Maven or Gradle