What was done?
1. Dependencies were connected
- for testing:
- org.junit.jupiter: junit-jupiter-engine-5.9.2
- org.junit.jupiter: junit-jupiter-params-5.8.2
- org.mockito: mockito-inline-5.2.0
- org.mockito: mockito-junit-jupiter-5.3.1
- for logging:
- org.apache.logging.log4j: log4j-api-2.20.0
- org.apache.logging.log4j: log4j-core-2.20.0
- org.apache.logging.log4j: log4j-slf4j-impl-2.20.0
2. File log4j2.xml was created for configuring the logger
3. Tests were written to test methods and class constructors
4. Logs were added to the RollingAppender