FINERACT-2534: Add unit tests for StreamUtil utility class#5624
Open
devi-pathak2263 wants to merge 1 commit intoapache:developfrom
Open
FINERACT-2534: Add unit tests for StreamUtil utility class#5624devi-pathak2263 wants to merge 1 commit intoapache:developfrom
devi-pathak2263 wants to merge 1 commit intoapache:developfrom
Conversation
Contributor
|
@devi-pathak2263 Please squash your commits. |
cb2f6e6 to
1a98c9f
Compare
Author
Thanks for the feedback. I have squashed the commits into a single commit. |
Contributor
|
@devi-pathak2263 Can you please:
|
1a98c9f to
01f24d2
Compare
Add unit tests for: - foldLeft collector functionality - mergeMapsOfLists collector functionality Include edge case tests for empty streams and duplicate map keys. Improves reliability and test coverage for StreamUtil.
01f24d2 to
7794b2e
Compare
Author
I have now:
The latest commit should now be verified. Let me know if anything else needs improvement. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR adds unit tests for the
StreamUtilutility class infineract-core.The following methods are covered:
foldLeftcollector functionalitymergeMapsOfListscollector functionalityThese tests verify that:
foldLeftcorrectly reduces a stream using the provided accumulator.mergeMapsOfListscorrectly merges maps with list values by concatenating lists for identical keys.This improves test coverage and ensures the correctness of commonly used utility collectors.
JIRA: https://issues.apache.org/jira/browse/FINERACT-2534
##Testing
Executed locally:
./gradlew spotlessApply
./gradlew :fineract-core
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!