Feature/add unit tests #19
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces unit tests across the entire project, achieving an 89% test coverage, as measured by Jacoco. It includes the addition of new test cases to ensure critical functionality is verified and reduces the risk of regressions. The tests cover a wide range of components, ensuring that both core and edge cases are properly handled.
Key Highlights:
Achieved 89% overall code coverage with Jacoco.
Added tests for various modules and components throughout the project.
Improved reliability and maintainability by ensuring code correctness through unit tests.
Increased testability of the codebase and made future updates safer.
This PR enhances the stability of the project and lays the foundation for easier future updates by ensuring that all critical paths are well-covered with unit tests.