devi-pathak2263 commented on code in PR #5628: URL: https://github.com/apache/fineract/pull/5628#discussion_r2940146416
########## fineract-core/src/test/java/org/apache/fineract/infrastructure/core/service/MathUtilTest.java: ########## @@ -0,0 +1,143 @@ +/** Review Comment: This PR only adds unit tests for the existing `MathUtil` utility class. The implementation of `MathUtil` was already present in the codebase and is currently used in several parts of the project. The goal of this PR is to improve test coverage and ensure the correctness of the helper methods already provided by `MathUtil`, especially around null handling, comparison helpers, and convenience wrappers used across the platform. No changes were made to the implementation itself. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
