shleshaG opened a new pull request, #5707: URL: https://github.com/apache/fineract/pull/5707
Added comprehensive unit tests for MathUtil utility class. Covered scenarios: - null handling (nullToDefault, nullToZero) - zero and non-zero cases (zeroToNull) - negative and positive values (negativeToZero, comparisons) - arithmetic operations (add, subtract, abs) - BigDecimal operations (add, subtract, percentageOf) - edge cases and multiple inputs All tests pass successfully. -- 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]
